Added an skip for no commit action,
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 44s Details

This commit is contained in:
Philipp Horstenkamp 2023-11-24 20:06:29 +01:00
parent 0f97b36198
commit dcf972cee7
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
shell: bash
- run: pre-commit autoupdate
shell: bash
- run: pre-commit run -a
- run: SKIP=no-commit-to-branch pre-commit run -a
- name: Commit
id: auto-commit-action
uses: stefanzweifel/git-auto-commit-action@v5