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

This commit is contained in:
2025-12-31 19:01:50 +01:00
parent 69b35c0ad2
commit b5458da490

View File

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