summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2022-02-21 14:57:21 +0100
committerJakob Borg <jakob@kastelo.net>2022-02-21 14:57:21 +0100
commit013c757a840b9009f606777f5e1832c0071772e8 (patch)
treeb88fd4eefe61a67b479c1afcd687a5b123f2e77e
parentffa46c2461e5291ff845dc8a98b8166c193ee37e (diff)
github: Provide Git history when checking out for actionsv1.19.1-rc.2v1.19.1
-rw-r--r--.github/workflows/update-docs-translations.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-docs-translations.yaml b/.github/workflows/update-docs-translations.yaml
index 2b758ba7bb..5b4e936400 100644
--- a/.github/workflows/update-docs-translations.yaml
+++ b/.github/workflows/update-docs-translations.yaml
@@ -12,6 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
+ fetch-depth: 0
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
- uses: actions/setup-go@v2
with: