1
0

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

This commit is contained in:
2025-12-24 03:02:38 +00:00
parent 9d0f0dd20c
commit 1a6cdb7a46

View File

@@ -14,6 +14,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
lfs: true lfs: true
persist-credentials: false
- name: Clone upstream GitHub repo - name: Clone upstream GitHub repo
run: | run: |
@@ -35,6 +36,7 @@ jobs:
- name: force SSH remote for gitea - name: force SSH remote for gitea
run: | run: |
git remote set-url origin git@smallgit.dasguney.com:skyline/balatro-mod-index.git git remote set-url origin git@smallgit.dasguney.com:skyline/balatro-mod-index.git
git remote -v
- name: disable lfs lock verification - name: disable lfs lock verification
run: | run: |