We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9981a97 commit 44f89eeCopy full SHA for 44f89ee
1 file changed
.github/workflows/propagate-pre-commit.yml
@@ -8,12 +8,13 @@ on:
8
jobs:
9
update:
10
runs-on: ubuntu-latest
11
- if: ${{ github.triggering_actor == 'pre-commit[bot]' }}
+ # if: ${{ github.triggering_actor == 'pre-commit[bot]' }}
12
steps:
13
- - run: echo ${{ github.triggering_actor }} # TODO: remove this debug line
+ - run: 'echo orig: ${{ github.actor }}'
14
+ - run: 'echo push: ${{ github.triggering_actor }}'
15
- uses: actions/checkout@v4
16
with:
17
token: ${{ secrets.BOT_GH_TOKEN }}
18
- run: pipx install pre-commit
- - run: cd '{{cookiecutter.project_name}}' && pre-commit autoupdate
19
- - uses: stefanzweifel/git-auto-commit-action@v5
+ #- run: cd '{{cookiecutter.project_name}}' && pre-commit autoupdate
20
+ #- uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments