Skip to content

Commit

Permalink
actually fix changelogs, for some reason master is used all over the …
Browse files Browse the repository at this point in the history
…place instead of the variable
  • Loading branch information
Piras314 authored Oct 18, 2024
1 parent 9153b2a commit 56858bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Commit Changelog
run: |
git pull origin master
git pull origin ${{ vars.CHANGELOG_BRANCH }}
git add *.yml
git commit -m "${{ vars.CHANGELOG_MESSAGE }} (#${{ env.PR_NUMBER }})"
git push
Expand Down

0 comments on commit 56858bb

Please sign in to comment.