Skip to content

Commit

Permalink
Test changelog (#9)
Browse files Browse the repository at this point in the history
* tiny readme update to test if changelogs work

* Create GoobChangelog.yml

* absolute insanity

* actually fix changelogs, for some reason master is used all over the place instead of the variable
  • Loading branch information
Piras314 authored Oct 18, 2024
1 parent f598398 commit f739f23
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 f739f23

Please sign in to comment.