1
0

Update .github/workflows/fetch-upstream-mods.yml

This commit is contained in:
2025-12-24 03:33:41 +00:00
parent 936273edba
commit 605bd684ea

View File

@@ -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