We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8338c02 commit 8d90011Copy full SHA for 8d90011
1 file changed
.github/workflows/pre-commit.yml
@@ -30,5 +30,5 @@ jobs:
30
if: contains(steps.run-pre-commit.outputs.SHOULD_COMMIT, 'true')
31
with:
32
commit_message: "Run pre-commit hooks."
33
- file_pattern: ". :exclude(.github/workflows/*)"
+ file_pattern: ". :(exclude).github/workflows/*"
34
0 commit comments