Skip to content

Commit 7790213

Browse files
committed
feat: Add new GitLab mirroring GitHub Action
1 parent f8917b7 commit 7790213

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
with:
11+
ref: 'refs/heads/main'
1112
fetch-depth: 0
13+
fetch-tags: false
1214
- uses: yesolutions/mirror-action@master
1315
with:
1416
REMOTE: https://gitlab.ldbar.ch/interactivethings/visualize-mirroring-test.git

0 commit comments

Comments
 (0)