Skip to content

Commit 94717b5

Browse files
committed
Try to evaluate GIT_DIFF value to pass to pre-commit
1 parent 3c07cf1 commit 94717b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: env.GIT_DIFF
2020
- uses: pre-commit/action@v3.0.0
2121
with:
22-
extra_args: --files $env.GIT_DIFF
22+
extra_args: --files $GIT_DIFF
2323
if: env.GIT_DIFF
2424

2525
- uses: ./.github/actions/setup-build

0 commit comments

Comments
 (0)