chore(ci): enable git trace for sync debugging

This commit is contained in:
Tracewebstudio Dev 2026-04-30 22:27:16 +02:00
parent 28a2051815
commit a8e848da1b

View file

@ -22,8 +22,10 @@ jobs:
REPO: ${{ github.event.repository.name }}
BRANCH: ${{ github.ref_name }}
run: |
set -euo pipefail
set -euxo pipefail
export GIT_TERMINAL_PROMPT=0
export GIT_TRACE=1
export GIT_CURL_VERBOSE=1
USER="Admin"
TARGET="https://ci.nxtgauge.com/Admin/${REPO}.git"