We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eea946 commit a237bf5Copy full SHA for a237bf5
.github/workflows/mirror.yml
@@ -3,7 +3,7 @@ name: Mirroring
3
on: [push, delete]
4
5
jobs:
6
- to_gitlab:
+ to_codeberg:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v3
@@ -12,6 +12,6 @@ jobs:
12
- uses: pixta-dev/repository-mirroring-action@v1
13
with:
14
target_repo_url:
15
- [email protected]/LuaLink/docs.git
+ [email protected]:LuaLink/docs.git
16
ssh_private_key:
17
${{ secrets.THE_MACHINE_PRIV }}
0 commit comments