We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb4ffb commit 85ce07fCopy full SHA for 85ce07f
.github/workflows/auto-changelog.yml
@@ -72,7 +72,6 @@ jobs:
72
73
git add docs/change_log.md
74
git commit -m "chore: add changelog for ${{ steps.detect.outputs.version }}"
75
- git push origin "$branch" --force
76
77
- name: Create Pull Request
78
if: ${{ steps.detect.outputs.update == 'true' }}
0 commit comments