We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311384b commit 9981a97Copy full SHA for 9981a97
1 file changed
.github/workflows/propagate-pre-commit.yml
@@ -8,7 +8,9 @@ on:
8
jobs:
9
update:
10
runs-on: ubuntu-latest
11
+ if: ${{ github.triggering_actor == 'pre-commit[bot]' }}
12
steps:
13
+ - run: echo ${{ github.triggering_actor }} # TODO: remove this debug line
14
- uses: actions/checkout@v4
15
with:
16
token: ${{ secrets.BOT_GH_TOKEN }}
0 commit comments