Skip to content

Commit a237bf5

Browse files
authored
Update mirror.yml
1 parent 1eea946 commit a237bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mirror.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Mirroring
33
on: [push, delete]
44

55
jobs:
6-
to_gitlab:
6+
to_codeberg:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
@@ -12,6 +12,6 @@ jobs:
1212
- uses: pixta-dev/repository-mirroring-action@v1
1313
with:
1414
target_repo_url:
15-
[email protected]/LuaLink/docs.git
15+
[email protected]:LuaLink/docs.git
1616
ssh_private_key:
1717
${{ secrets.THE_MACHINE_PRIV }}

0 commit comments

Comments
 (0)