From a8e848da1b3c9dec6705bf8c757e8764cb60252b Mon Sep 17 00:00:00 2001 From: Tracewebstudio Dev Date: Thu, 30 Apr 2026 22:27:16 +0200 Subject: [PATCH] chore(ci): enable git trace for sync debugging --- .github/workflows/sync-to-gitea.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-to-gitea.yml b/.github/workflows/sync-to-gitea.yml index 4b9612b..e8eb1ad 100644 --- a/.github/workflows/sync-to-gitea.yml +++ b/.github/workflows/sync-to-gitea.yml @@ -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"