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

This commit is contained in:
2025-12-31 19:03:31 +01:00
parent b5458da490
commit c8547c2378

View File

@@ -31,10 +31,10 @@ jobs:
- run: |
git remote add github "${GIT_REPO_URL}" || git remote set-url github "${GIT_REPO_URL}"
echo "DEBUG"
echo "${GIT_TOKEN}"
cat ~/.git-credentials
git remote show
git remote get-url github
env:
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
GIT_REPO_URL: ${{ secrets.GIT_REPO_URL }}
- run: |