From 7c96d78c5f4f51222c1123b5556b6f5c13e7073d Mon Sep 17 00:00:00 2001 From: skyline Date: Wed, 24 Dec 2025 03:14:28 +0000 Subject: [PATCH] Update .github/workflows/fetch-upstream-mods.yml --- .github/workflows/fetch-upstream-mods.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/fetch-upstream-mods.yml b/.github/workflows/fetch-upstream-mods.yml index c50021f7..e5537b3e 100644 --- a/.github/workflows/fetch-upstream-mods.yml +++ b/.github/workflows/fetch-upstream-mods.yml @@ -11,6 +11,7 @@ jobs: steps: - name: Clone Gitea repo via SSH run: | + rm -rf /tmp/upstream git clone ssh://git@smallgit.dasguney.com:2222/skyline/balatro-mod-index.git repo - name: Clone upstream GitHub repo