fix: local storage reservations fixes (#11866) #1299
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 | |
permissions: {} | |
jobs: | |
sync: | |
permissions: | |
contents: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: update remote branch main | |
run: | | |
# overrides the remote branch (origin:github) `main` | |
git push origin --force master:main |