aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRadon Rosborough <radon@intuitiveexplanations.com>2022-10-14 17:57:16 -0700
committerRadon Rosborough <radon@intuitiveexplanations.com>2022-10-14 17:57:16 -0700
commitc4f3edca970abea58db97eabee3255e607bc75a4 (patch)
tree69452895fe8d34a64905e32032e448793982d44f /.github
parent080e254be0c87a404549e1a402053dab6a4941fa (diff)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/formatters.yml2
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