1
0

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

This commit is contained in:
2025-12-24 02:49:12 +00:00
parent a7d8a0ba0b
commit 3aabfeb826

View File

@@ -32,6 +32,10 @@ jobs:
jq --indent 2 '."last-updated" |= (. // '"$TIME_NOW"')' "$file" | sponge "$file"
done
- name: force SSH remote for gitea
run: |
git remote set-url origin ssh://git@smallgit.dasguney.com:2222/skyline/balatro-mod-index.git
- name: Commit and push
run: |
git config user.name "gitea-bot"