diff options
| -rw-r--r-- | .github/workflows/autogenerate.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/autogenerate.yml b/.github/workflows/autogenerate.yml index 68cfab3f..b521252b 100644 --- a/.github/workflows/autogenerate.yml +++ b/.github/workflows/autogenerate.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: rhysd/action-setup-vim@v1 with: neovim: true |
