Merge pull request #11087 from filecoin-project/fix/pc1-retr-loop #1044
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 |