forked from PluralFlux/PluralFlux
Update .gitea/workflows/sync-from-mirror.yaml
Some checks failed
nodeJS remote worker / build (push) Has been cancelled
Some checks failed
nodeJS remote worker / build (push) Has been cancelled
This commit is contained in:
@@ -22,5 +22,6 @@ jobs:
|
|||||||
git fetch upstream --prune
|
git fetch upstream --prune
|
||||||
|
|
||||||
git push origin "refs/remotes/upstream/*:refs/heads/*" --force-with-lease
|
git push origin "refs/remotes/upstream/*:refs/heads/*" --force-with-lease
|
||||||
git merge upstream/main -m "Syncing from github"
|
git checkout main
|
||||||
git push origin main
|
git rebase upstream/main
|
||||||
|
git push origin main --force-with-lease
|
||||||
Reference in New Issue
Block a user