Skip to content

Commit e1d2d2f

Browse files
committed
feat: Add new GitLab mirroring GitHub Action
1 parent 61b8296 commit e1d2d2f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
with:
11-
ref: 'refs/heads/main'
1211
fetch-depth: 0
1312
fetch-tags: false
1413
- uses: yesolutions/mirror-action@master
1514
with:
1615
REMOTE: https://gitlab.ldbar.ch/interactivethings/visualize-mirroring-test.git
1716
DEBUG: "true"
18-
PUSH_ALL_REFS: "false"
1917
GIT_USERNAME: gitlab+deploy-token-8
2018
GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD_TEST }}

0 commit comments

Comments
 (0)