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
pull/32/head
Nick Badal 4 years ago committed by GitHub
parent 2d7f78f22b
commit a0f5fa26db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save