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

This commit is contained in:
2025-12-31 19:12:31 +01:00
parent 11e84d771c
commit 7249cfa319

View File

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