From fd7cc5fae812000ccbe3388368e414fa1154d546 Mon Sep 17 00:00:00 2001 From: skyline Date: Wed, 24 Dec 2025 03:15:52 +0000 Subject: [PATCH] Update .github/workflows/fetch-upstream-mods.yml --- .github/workflows/fetch-upstream-mods.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fetch-upstream-mods.yml b/.github/workflows/fetch-upstream-mods.yml index e5537b3e..8667d50b 100644 --- a/.github/workflows/fetch-upstream-mods.yml +++ b/.github/workflows/fetch-upstream-mods.yml @@ -37,9 +37,12 @@ jobs: cd repo git config user.name 'jim[bot]' git config user.email 'jim[bot]@users.noreply.github.com' + + git config core.sshCommand "ssh -p 2222" git config lfs.locksverify false + git remote set-url origin git@smallgit.dasguney.com:skyline/balatro-mod-index.git git add mods if git commit -m "fetch upstream mod changes ($(date --utc +%Y%m%d_%H%M%SZ))"; then - git push + git push origin main fi \ No newline at end of file