Update Github mirror workflow
All checks were successful
Mirror to GitHub / mirror (push) Successful in 3s

This commit is contained in:
2026-04-14 22:50:53 +00:00
parent 2a2b770405
commit c8bdd0014e

View File

@@ -15,4 +15,5 @@ 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 --mirror --force
git push github --all --force
git push github --tags --force