Use main branch for changelog commit push (#32)

Changelog commits should be pushed to the `main` branch, the Github action defaults to `master` still.

Similar to #31
This commit is contained in:
Nick Badal
2020-09-11 12:35:13 -07:00
committed by GitHub
parent 5f32b01eb5
commit 44745bbb88

View File

@@ -56,4 +56,5 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
branch: main
github_token: ${{ secrets.GITHUB_TOKEN }}