From 013c757a840b9009f606777f5e1832c0071772e8 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Mon, 21 Feb 2022 14:57:21 +0100 Subject: [PATCH] github: Provide Git history when checking out for actions --- .github/workflows/update-docs-translations.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-docs-translations.yaml b/.github/workflows/update-docs-translations.yaml index 2b758ba7b..5b4e93640 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: