chore(ci): enable git trace for sync debugging
This commit is contained in:
parent
28a2051815
commit
a8e848da1b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/sync-to-gitea.yml
vendored
4
.github/workflows/sync-to-gitea.yml
vendored
|
|
@ -22,8 +22,10 @@ jobs:
|
||||||
REPO: ${{ github.event.repository.name }}
|
REPO: ${{ github.event.repository.name }}
|
||||||
BRANCH: ${{ github.ref_name }}
|
BRANCH: ${{ github.ref_name }}
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euxo pipefail
|
||||||
export GIT_TERMINAL_PROMPT=0
|
export GIT_TERMINAL_PROMPT=0
|
||||||
|
export GIT_TRACE=1
|
||||||
|
export GIT_CURL_VERBOSE=1
|
||||||
|
|
||||||
USER="Admin"
|
USER="Admin"
|
||||||
TARGET="https://ci.nxtgauge.com/Admin/${REPO}.git"
|
TARGET="https://ci.nxtgauge.com/Admin/${REPO}.git"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue