We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61151a7 commit 6fe41c0Copy full SHA for 6fe41c0
.github/workflows/gitlab-mirror-test.yml
@@ -0,0 +1,16 @@
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
14
+ REMOTE: git@gitlab.ldbar.ch:interactivethings/visualization-tool.git
15
+ GIT_SSH_PRIVATE_KEY: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
16
+ GIT_SSH_NO_VERIFY_HOST: "true"
0 commit comments