no debug (?)
Some checks failed
Push to GitHub / mirror (push) Failing after 5s

This commit is contained in:
2025-12-31 19:16:59 +01:00
parent 7249cfa319
commit bfec3ca597

View File

@@ -30,11 +30,7 @@ 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}"
echo "DEBUG"
cat ~/.git-credentials | base64
env:
GIT_REPO_URL: ${{ secrets.GIT_REPO_URL }}
- run: |
git push github --all git push github --all
git push github --tags git push github --tags
env:
GIT_REPO_URL: ${{ secrets.GIT_REPO_URL }}