mirror???
Some checks failed
Push to GitHub / mirror (push) Failing after 4s

This commit is contained in:
2025-12-31 19:18:09 +01:00
parent bfec3ca597
commit 5c5f797c2c

View File

@@ -30,7 +30,6 @@ jobs:
- run: | - run: |
git remote add github "${GIT_REPO_URL}" || git remote set-url github "${GIT_REPO_URL}" git remote add github "${GIT_REPO_URL}" || git remote set-url github "${GIT_REPO_URL}"
git push github --all git push github --mirror
git push github --tags
env: env:
GIT_REPO_URL: ${{ secrets.GIT_REPO_URL }} GIT_REPO_URL: ${{ secrets.GIT_REPO_URL }}