Skip to content

Commit 8d90011

Browse files
committed
fix exclude expression
1 parent 8338c02 commit 8d90011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
if: contains(steps.run-pre-commit.outputs.SHOULD_COMMIT, 'true')
3131
with:
3232
commit_message: "Run pre-commit hooks."
33-
file_pattern: ". :exclude(.github/workflows/*)"
33+
file_pattern: ". :(exclude).github/workflows/*"
3434

0 commit comments

Comments
 (0)