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"