mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
fix: Force push git changelogs
We need to use force push to update skipping the default branch protection rules. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
5e3e8e6b95
commit
75eec8dec7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -49,6 +49,7 @@ jobs:
|
|||
with:
|
||||
branch: ${{ github.event.pull_request.base.ref }}
|
||||
commit_message: "chore: update version"
|
||||
push_options: --force
|
||||
|
||||
- name: "Checkout updated branch"
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue