mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
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:
parent
2d7f78f22b
commit
a0f5fa26db
1
.github/workflows/template-cleanup.yml
vendored
1
.github/workflows/template-cleanup.yml
vendored
@ -69,4 +69,5 @@ jobs:
|
||||
- name: Push changes
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
branch: main
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user