1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-03 23:51:48 +00:00

ci: force push antsibull-changelog changes (#366)

##### SUMMARY

pre-commit.ci automatically pushes styling commit to the release please
branch and might render the checkout in CI out of sync with the origin.
This makes sure the release-please workflow does not fail by force
pushing to the branch.
This commit is contained in:
Jonas L 2023-10-20 12:19:33 +02:00 committed by GitHub
parent af5308af92
commit 80d683959b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,10 @@ on:
name: release-please
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release-please:
# The secret HCLOUD_BOT_TOKEN is only available on the main repo, not in forks.
@ -76,4 +80,4 @@ jobs:
git add changelogs/ CHANGELOG.rst
git commit -m "chore(main): changelog for version ${{ needs.release-please.outputs.version }}"
git push origin ${{ needs.release-please.outputs.branch }}
git push --force origin ${{ needs.release-please.outputs.branch }}