Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Jul 24, 2024
1 parent af9592a commit b88a6ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
git remote -v
git fetch upstream main
git branch -va
git branch upstream-main upstream/main
git push origin upstream-main
git checkout main
git rebase upstream/main
git push -f origin
git branch upstream-main upstream/main
#git fetch origin upstream_main
#git checkout upstream_main
#git rebase upstream/main
git push origin upstream-main

0 comments on commit b88a6ab

Please sign in to comment.