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
pull/33/head
Nick Badal 4 years ago committed by GitHub
parent 5f32b01eb5
commit 44745bbb88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save