1
0

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

This commit is contained in:
2025-12-24 03:12:11 +00:00
parent f00eeea001
commit a59331b191

View File

@@ -41,6 +41,7 @@ jobs:
- name: Disable LFS lock verification - name: Disable LFS lock verification
run: | run: |
git config lfs.locksverify false git config lfs.locksverify false
git config --local lfs.locksverify false
- name: Commit and push changes - name: Commit and push changes
run: | run: |
@@ -49,5 +50,5 @@ jobs:
git add mods git add mods
if git commit -m "fetch upstream mod changes ($(date --utc +%Y%m%d_%H%M%SZ))"; then if git commit -m "fetch upstream mod changes ($(date --utc +%Y%m%d_%H%M%SZ))"; then
git push origin main git push ssh://git@smallgit.dasguney.com:2222/skyline/balatro-mod-index.git main
fi fi