diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/formatters.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/formatters.yml b/.github/workflows/formatters.yml index a7c8405..4df38b6 100644 --- a/.github/workflows/formatters.yml +++ b/.github/workflows/formatters.yml @@ -8,7 +8,7 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} - fetch_depth: 0 # compare against main + fetch-depth: 0 # compare against main - name: Fetch master run: | git fetch |
