Skip to content

Commit 9890cad

Browse files
committed
fix: Added logs
1 parent 0b5b5ed commit 9890cad

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/gitlab-mirror-test.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ jobs:
66
git-mirror:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- name: Checkout
10+
uses: actions/checkout@v4
1011
with:
1112
fetch-depth: 0
12-
fetch-tags: false
13-
- uses: yesolutions/mirror-action@master
13+
- 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
1419
with:
1520
REMOTE: https://gitlab.ldbar.ch/interactivethings/visualize-mirroring-test.git
1621
DEBUG: "true"

0 commit comments

Comments
 (0)