Skip to content

Commit 8afaa21

Browse files
committed
feat: Add new GitLab mirroring GitHub Action
1 parent 61151a7 commit 8afaa21

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: GitLab Mirror Test
2+
3+
on: [push, delete]
4+
5+
jobs:
6+
git-mirror:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
with:
11+
fetch-depth: 0
12+
- uses: yesolutions/mirror-action@master
13+
with:
14+
REMOTE: git@gitlab.ldbar.ch:interactivethings/visualize-mirroring-test.git
15+
GIT_SSH_PRIVATE_KEY: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
16+
GIT_SSH_NO_VERIFY_HOST: "true"
17+
DEBUG: "true"

0 commit comments

Comments
 (0)