Skip to content

Commit

Permalink
refactor: replace "main" with "$default-branch" in changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Apr 29, 2024
1 parent e0e8372 commit 09dddf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow-templates/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
set +e
git add CHANGELOG.md
git commit -m "[chore]: update changelog"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git "main"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git "$default-branch"

0 comments on commit 09dddf9

Please sign in to comment.