We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b359c commit 9b5a2bdCopy full SHA for 9b5a2bd
.github/workflows/CI.yml
@@ -78,7 +78,7 @@ jobs:
78
# Only run if the PR author is Dependabot or pre-commit-ci
79
if: >
80
github.actor == 'dependabot[bot]' ||
81
- github.actor == 'pre-commit-ci[bot]'
+ github.actor == 'pre-commit-ci'
82
83
steps:
84
- uses: actions/checkout@v4
0 commit comments