Update .gitea/workflows/sync-from-mirror.yaml
Some checks failed
nodeJS remote worker / build (push) Has been cancelled

This commit is contained in:
2026-03-05 16:46:05 +11:00
parent 79fc63d23b
commit 22dc345cbf

View File

@@ -22,5 +22,6 @@ jobs:
git fetch upstream --prune
git push origin "refs/remotes/upstream/*:refs/heads/*" --force-with-lease
git merge upstream/main -m "Syncing from github"
git push origin main
git checkout main
git rebase upstream/main
git push origin main --force-with-lease