Skip to content

Commit

Permalink
fix: changelog config branch not match
Browse files Browse the repository at this point in the history
Update changelog.yml
  • Loading branch information
jorben authored Jul 3, 2024
1 parent b94b8b8 commit c6de514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
branch: master
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
file_pattern: CHANGELOG.md
file_pattern: CHANGELOG.md

0 comments on commit c6de514

Please sign in to comment.