From 605bd684ea2eff1781cecd48ba082a68bf9366df Mon Sep 17 00:00:00 2001 From: skyline Date: Wed, 24 Dec 2025 03:33:41 +0000 Subject: [PATCH] Update .github/workflows/fetch-upstream-mods.yml --- .github/workflows/fetch-upstream-mods.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/fetch-upstream-mods.yml b/.github/workflows/fetch-upstream-mods.yml index 9a0f48ed..379b428e 100644 --- a/.github/workflows/fetch-upstream-mods.yml +++ b/.github/workflows/fetch-upstream-mods.yml @@ -40,8 +40,7 @@ jobs: git config lfs.locksverify false - git remote set-url origin \ - https://skyline:${GITEA_TOKEN}@smallgit.dasguney.com:3000/skyline/balatro-mod-index.git + git remote set-url origin http://skyline:${GITEA_TOKEN}@smallgit.dasguney.com:3000/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