Update .github/workflows/fetch-upstream-mods.yml
This commit is contained in:
4
.github/workflows/fetch-upstream-mods.yml
vendored
4
.github/workflows/fetch-upstream-mods.yml
vendored
@@ -32,6 +32,10 @@ jobs:
|
|||||||
jq --indent 2 '."last-updated" |= (. // '"$TIME_NOW"')' "$file" | sponge "$file"
|
jq --indent 2 '."last-updated" |= (. // '"$TIME_NOW"')' "$file" | sponge "$file"
|
||||||
done
|
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
|
- name: Commit and push
|
||||||
run: |
|
run: |
|
||||||
git config user.name "gitea-bot"
|
git config user.name "gitea-bot"
|
||||||
|
|||||||
Reference in New Issue
Block a user