We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c0b1e commit 1eea946Copy full SHA for 1eea946
1 file changed
.github/workflows/mirror.yml
@@ -0,0 +1,17 @@
1
+name: Mirroring
2
+
3
+on: [push, delete]
4
5
+jobs:
6
+ to_gitlab:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v3
10
+ with:
11
+ fetch-depth: 0
12
+ - uses: pixta-dev/repository-mirroring-action@v1
13
14
+ target_repo_url:
15
+ git@codeberg.org/LuaLink/docs.git
16
+ ssh_private_key:
17
+ ${{ secrets.THE_MACHINE_PRIV }}
0 commit comments