Push template cleanup commit to correct branch (#31)

`ad-m/github-push-action` defaults to pushing `HEAD` to `master`, but we want it to go to `main` now
This commit is contained in:
Nick Badal 2020-09-10 10:22:39 -07:00 committed by GitHub
parent 2d7f78f22b
commit a0f5fa26db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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