Skip to content

Commit

Permalink
fix github workflows perm
Browse files Browse the repository at this point in the history
  • Loading branch information
asanikovich committed Jun 2, 2023
1 parent 1993f2a commit ff6e79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v4.16.0
with:
branch: master
branch: changelog-${{ github.event.release.name }}
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md

0 comments on commit ff6e79d

Please sign in to comment.