diff --git a/.github/workflows/fetch-upstream-mods.yml b/.github/workflows/fetch-upstream-mods.yml index f92d3dd6..502d537a 100644 --- a/.github/workflows/fetch-upstream-mods.yml +++ b/.github/workflows/fetch-upstream-mods.yml @@ -34,7 +34,7 @@ jobs: - name: force SSH remote for gitea run: | - git remote set-url origin ssh://git@smallgit.dasguney.com:2222/skyline/balatro-mod-index.git + git remote set-url origin git@smallgit.dasguney.com:skyline/balatro-mod-index.git - name: disable lfs lock verification run: |