瀏覽代碼

github: Provide Git history when checking out for actions

Jakob Borg 3 年之前
父節點
當前提交
013c757a84
共有 1 個文件被更改,包括 1 次插入0 次删除
  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: