From a59331b191ca1fffc6d37fd6c3dea006e48d31f5 Mon Sep 17 00:00:00 2001 From: skyline Date: Wed, 24 Dec 2025 03:12:11 +0000 Subject: [PATCH] Update .github/workflows/fetch-upstream-mods.yml --- .github/workflows/fetch-upstream-mods.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fetch-upstream-mods.yml b/.github/workflows/fetch-upstream-mods.yml index 342b2dfb..baedb5ae 100644 --- a/.github/workflows/fetch-upstream-mods.yml +++ b/.github/workflows/fetch-upstream-mods.yml @@ -41,6 +41,7 @@ jobs: - name: Disable LFS lock verification run: | git config lfs.locksverify false + git config --local lfs.locksverify false - name: Commit and push changes run: | @@ -49,5 +50,5 @@ jobs: git add mods 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