Skip to content

Commit

Permalink
Merge pull request kossa#18 from n4ss1m/master
Browse files Browse the repository at this point in the history
Update changelog workflow to use master branch for changelog updates
  • Loading branch information
kossa authored Oct 27, 2024
2 parents d6c01e9 + 91e6da9 commit c994d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: main
ref: master

- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1
Expand All @@ -27,6 +27,6 @@ jobs:
- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: main
branch: master
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md

0 comments on commit c994d89

Please sign in to comment.