Fix codeberg ssh endpoint

This commit is contained in:
goat 2025-08-11 21:58:25 +02:00 committed by GitHub
parent 98d9bf3a93
commit 86ad1de181
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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