We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5b5ed commit 9890cadCopy full SHA for 9890cad
1 file changed
.github/workflows/gitlab-mirror-test.yml
@@ -6,11 +6,16 @@ jobs:
6
git-mirror:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - name: Checkout
10
+ uses: actions/checkout@v4
11
with:
12
fetch-depth: 0
- fetch-tags: false
13
- - uses: yesolutions/mirror-action@master
+ - name: Logging
14
+ run: |
15
+ git remote show origin
16
+ git for-each-ref
17
+ - name: Mirror to GitLab
18
+ uses: yesolutions/mirror-action@master
19
20
REMOTE: https://gitlab.ldbar.ch/interactivethings/visualize-mirroring-test.git
21
DEBUG: "true"
0 commit comments