We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8817efd + 11f2fc9 commit a8496ebCopy full SHA for a8496eb
.github/workflows/pre-commit.yml
@@ -18,7 +18,7 @@ jobs:
18
env:
19
GITHUB_CONTEXT: ${{ toJson(github) }}
20
run: echo "$GITHUB_CONTEXT"
21
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
22
name: Checkout PR for own repo
23
if: env.HAS_SECRETS == 'true'
24
with:
@@ -30,7 +30,7 @@ jobs:
30
# A token other than the default GITHUB_TOKEN is needed to be able to trigger CI
31
token: ${{ secrets.PRE_COMMIT }}
32
# pre-commit lite ci needs the default checkout configs to work
33
34
name: Checkout PR for fork
35
if: env.HAS_SECRETS == 'false'
36
0 commit comments