Browse Source

github: Provide Git history when checking out for actions

Jakob Borg 3 years ago
parent
commit
013c757a84
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/update-docs-translations.yaml

+ 1 - 0
.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: