1
0

add http port

This commit is contained in:
2025-12-24 03:32:21 +00:00
parent 5c7b766589
commit 936273edba

View File

@@ -41,7 +41,7 @@ jobs:
git config lfs.locksverify false
git remote set-url origin \
https://skyline:${GITEA_TOKEN}@smallgit.dasguney.com/skyline/balatro-mod-index.git
https://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