diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2022-10-14 17:57:16 -0700 |
|---|---|---|
| committer | Radon Rosborough <radon@intuitiveexplanations.com> | 2022-10-14 17:57:16 -0700 |
| commit | c4f3edca970abea58db97eabee3255e607bc75a4 (patch) | |
| tree | 69452895fe8d34a64905e32032e448793982d44f /.github | |
| parent | 080e254be0c87a404549e1a402053dab6a4941fa (diff) | |
oopsrr-unmess-ruby
Diffstat (limited to '.github')
| -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 |
