mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix codeberg ssh endpoint
This commit is contained in:
parent
98d9bf3a93
commit
86ad1de181
1 changed files with 1 additions and 1 deletions
2
.github/workflows/backup.yml
vendored
2
.github/workflows/backup.yml
vendored
|
|
@ -28,5 +28,5 @@ jobs:
|
|||
run: |
|
||||
git remote add gitlab git@gitlab.com:goatcorp/Dalamud.git
|
||||
git push gitlab --all --force
|
||||
git remote add codeberg git@codeberg.org/goatcorp/Dalamud.git
|
||||
git remote add codeberg git@codeberg.org:goatcorp/Dalamud.git
|
||||
git push codeberg --all --force
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue