1
0

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

This commit is contained in:
2025-12-24 03:07:36 +00:00
parent 1a6cdb7a46
commit add398cf30

View File

@@ -33,9 +33,9 @@ jobs:
jq --indent 2 '."last-updated" |= (. // '"$TIME_NOW"')' "$file" | sponge "$file"
done
- name: force SSH remote for gitea
- name: Force correct SSH remote (custom port)
run: |
git remote set-url origin git@smallgit.dasguney.com:skyline/balatro-mod-index.git
git remote set-url origin ssh://git@smallgit.dasguney.com:2222/skyline/balatro-mod-index.git
git remote -v
- name: disable lfs lock verification