Skip to content

Commit 44f89ee

Browse files
committed
debug better
1 parent 9981a97 commit 44f89ee

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ on:
88
jobs:
99
update:
1010
runs-on: ubuntu-latest
11-
if: ${{ github.triggering_actor == 'pre-commit[bot]' }}
11+
# if: ${{ github.triggering_actor == 'pre-commit[bot]' }}
1212
steps:
13-
- run: echo ${{ github.triggering_actor }} # TODO: remove this debug line
13+
- run: 'echo orig: ${{ github.actor }}'
14+
- run: 'echo push: ${{ github.triggering_actor }}'
1415
- uses: actions/checkout@v4
1516
with:
1617
token: ${{ secrets.BOT_GH_TOKEN }}
1718
- run: pipx install pre-commit
18-
- run: cd '{{cookiecutter.project_name}}' && pre-commit autoupdate
19-
- uses: stefanzweifel/git-auto-commit-action@v5
19+
#- run: cd '{{cookiecutter.project_name}}' && pre-commit autoupdate
20+
#- uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)