Skip to content

Commit e37e90c

Browse files
committed
Fix bot name
1 parent 8c16b08 commit e37e90c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/propagate-pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
update:
1010
runs-on: ubuntu-latest
11-
if: ${{ github.actor == 'pre-commit[bot]' }}
11+
if: ${{ github.actor == 'pre-commit-ci[bot]' }}
1212
steps:
1313
- uses: actions/checkout@v4
1414
with:

0 commit comments

Comments
 (0)