From 9d0f0dd20cf0de7a061ff8cccad509be36594248 Mon Sep 17 00:00:00 2001 From: skyline Date: Wed, 24 Dec 2025 02:58:53 +0000 Subject: [PATCH] remove ssh from git origin url --- .github/workflows/fetch-upstream-mods.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |