We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c16b08 commit e37e90cCopy full SHA for e37e90c
1 file changed
.github/workflows/propagate-pre-commit.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
update:
10
runs-on: ubuntu-latest
11
- if: ${{ github.actor == 'pre-commit[bot]' }}
+ if: ${{ github.actor == 'pre-commit-ci[bot]' }}
12
steps:
13
- uses: actions/checkout@v4
14
with:
0 commit comments