We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18bb7a1 commit 6932cdfCopy full SHA for 6932cdf
1 file changed
.github/workflows/update-changelog.yml
@@ -28,7 +28,6 @@ jobs:
28
- name: Commit updated CHANGELOG
29
uses: stefanzweifel/git-auto-commit-action@v4
30
with:
31
- # branch: ${{ github.event.release.target_commitish }}
32
- branch: master
+ branch: ${{ github.event.release.target_commitish }}
33
commit_message: Update CHANGELOG.md
34
file_pattern: CHANGELOG.md
0 commit comments