From 9296535bc235b5c4f27a30f0fa1a8514da98fed7 Mon Sep 17 00:00:00 2001 From: skyline Date: Wed, 24 Dec 2025 03:41:57 +0000 Subject: [PATCH] Update .github/workflows/fetch-upstream-mods.yml --- .github/workflows/fetch-upstream-mods.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/fetch-upstream-mods.yml b/.github/workflows/fetch-upstream-mods.yml index 58872056..728face6 100644 --- a/.github/workflows/fetch-upstream-mods.yml +++ b/.github/workflows/fetch-upstream-mods.yml @@ -42,22 +42,17 @@ jobs: git config user.name "jim[bot]" git config user.email "jim[bot]@users.noreply.github.com" - # Provide HTTP auth for both git and git-lfs - cat > ~/.netrc < ~/.netrc chmod 600 ~/.netrc - # Use direct Gitea HTTP endpoint (no nginx) + # Use direct Gitea HTTP endpoint git remote set-url origin http://smallgit.dasguney.com:3000/skyline/balatro-mod-index.git - # Force git-lfs to use the same endpoint and disable locking checks + # Make git-lfs use the same endpoint and disable lock verification git config lfs.url "http://smallgit.dasguney.com:3000/skyline/balatro-mod-index.git/info/lfs" git config lfs."http://smallgit.dasguney.com:3000/skyline/balatro-mod-index.git/info/lfs".locksverify false - # Ensure LFS hooks are consistent (or skip if not needed) git lfs install --local || true git add mods