Skip to content

Commit 99a67e2

Browse files
committed
debug mirroring
1 parent 5b4d768 commit 99a67e2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/mirror.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ on:
66
jobs:
77
to_gitlab:
88
runs-on: ubuntu-latest
9+
env:
10+
ACTIONS_STEP_DEBUG: "true"
911
steps:
1012
- uses: actions/checkout@v4
1113
with:
1214
fetch-depth: 0
1315

1416
- name: Mirror + trigger CI
1517
uses: SvanBoxel/gitlab-mirror-and-ci-action@0.6
18+
timeout-minutes: 5
1619
with:
1720
args: "https://gitlab.desy.de/dcache/dcache"
1821
env:
@@ -24,3 +27,6 @@ jobs:
2427
GITLAB_PROJECT_ID: "21"
2528
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2629
POLL_TIMEOUT: 60
30+
GIT_TRACE: "1"
31+
GIT_CURL_VERBOSE: "1"
32+
GIT_TRANSFER_TRACE: "1"

0 commit comments

Comments
 (0)