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