We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4d768 commit 99a67e2Copy full SHA for 99a67e2
1 file changed
.github/workflows/mirror.yml
@@ -6,13 +6,16 @@ on:
6
jobs:
7
to_gitlab:
8
runs-on: ubuntu-latest
9
+ env:
10
+ ACTIONS_STEP_DEBUG: "true"
11
steps:
12
- uses: actions/checkout@v4
13
with:
14
fetch-depth: 0
15
16
- name: Mirror + trigger CI
17
uses: SvanBoxel/gitlab-mirror-and-ci-action@0.6
18
+ timeout-minutes: 5
19
20
args: "https://gitlab.desy.de/dcache/dcache"
21
env:
@@ -24,3 +27,6 @@ jobs:
24
27
GITLAB_PROJECT_ID: "21"
25
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
29
POLL_TIMEOUT: 60
30
+ GIT_TRACE: "1"
31
+ GIT_CURL_VERBOSE: "1"
32
+ GIT_TRANSFER_TRACE: "1"
0 commit comments