Add --no-verify option to prevent git hooks run (#5)
This commit is contained in:
parent
1e9f21d782
commit
967035ce96
4
.github/workflows/update-config-files.yml
vendored
4
.github/workflows/update-config-files.yml
vendored
@ -107,8 +107,8 @@ jobs:
|
||||
working-directory: ./target
|
||||
run: |
|
||||
git add .
|
||||
git commit -m "Update configuration files"
|
||||
git push origin ${{inputs.head-pr-branch}} -f
|
||||
git commit -m "Update configuration files" --no-verify
|
||||
git push origin ${{inputs.head-pr-branch}} -f --no-verify
|
||||
|
||||
- name: Check PR existence
|
||||
if: ${{ steps.successful-update.outputs.STATUS == 'true' }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user