Merge pull request #11250 from filecoin-project/release-template-easier #1099
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: sync-master-main | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
sync: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: update remote branch main | |
run: | | |
# overrides the remote branch (origin:github) `main` | |
git push origin --force master:main |