chore(ci): use --mirror so GitHub branch deletes propagate #192

Merged
chihlasm merged 3 commits from chore/mirror-prune-deletes into main 2026-05-29 18:21:30 +00:00
Showing only changes of commit 84dc9b07bf - Show all commits

View File

@@ -15,5 +15,4 @@ jobs:
git clone --mirror https://gitea.resolutionflow.com/chihlasm/resolutionflow.git repo
cd repo
git remote add github https://x-access-token:${{ secrets.GH_MIRROR_TOKEN }}@github.com/${{ secrets.GH_MIRROR_REPO }}
git push github --all --force
git push github --tags --force
git push github --mirror