From 3aabfeb826ab0cc7e9415cb16304fbc4a6d782f2 Mon Sep 17 00:00:00 2001 From: skyline Date: Wed, 24 Dec 2025 02:49:12 +0000 Subject: [PATCH] Update .github/workflows/fetch-upstream-mods.yml --- .github/workflows/fetch-upstream-mods.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/fetch-upstream-mods.yml b/.github/workflows/fetch-upstream-mods.yml index 36afdf68..da3c154b 100644 --- a/.github/workflows/fetch-upstream-mods.yml +++ b/.github/workflows/fetch-upstream-mods.yml @@ -32,6 +32,10 @@ jobs: jq --indent 2 '."last-updated" |= (. // '"$TIME_NOW"')' "$file" | sponge "$file" done + - name: force SSH remote for gitea + run: | + git remote set-url origin ssh://git@smallgit.dasguney.com:2222/skyline/balatro-mod-index.git + - name: Commit and push run: | git config user.name "gitea-bot"