chore(ci): use --mirror so GitHub branch deletes propagate #192
@@ -15,5 +15,4 @@ jobs:
|
|||||||
git clone --mirror https://gitea.resolutionflow.com/chihlasm/resolutionflow.git repo
|
git clone --mirror https://gitea.resolutionflow.com/chihlasm/resolutionflow.git repo
|
||||||
cd repo
|
cd repo
|
||||||
git remote add github https://x-access-token:${{ secrets.GH_MIRROR_TOKEN }}@github.com/${{ secrets.GH_MIRROR_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 --mirror
|
||||||
git push github --tags --force
|
|
||||||
Reference in New Issue
Block a user