diff --git a/.github/workflows/update-config-files.yml b/.github/workflows/update-config-files.yml index 2a72aa6..16101ac 100644 --- a/.github/workflows/update-config-files.yml +++ b/.github/workflows/update-config-files.yml @@ -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' }}