Update Github mirror workflow
All checks were successful
Mirror to GitHub / mirror (push) Successful in 3s
All checks were successful
Mirror to GitHub / mirror (push) Successful in 3s
This commit is contained in:
@@ -15,4 +15,5 @@ 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 --mirror --force
|
git push github --all --force
|
||||||
|
git push github --tags --force
|
||||||
Reference in New Issue
Block a user