Update .github/workflows/fetch-upstream-mods.yml
This commit is contained in:
2
.github/workflows/fetch-upstream-mods.yml
vendored
2
.github/workflows/fetch-upstream-mods.yml
vendored
@@ -14,6 +14,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
persist-credentials: false
|
||||
|
||||
- name: Clone upstream GitHub repo
|
||||
run: |
|
||||
@@ -35,6 +36,7 @@ jobs:
|
||||
- name: force SSH remote for gitea
|
||||
run: |
|
||||
git remote set-url origin git@smallgit.dasguney.com:skyline/balatro-mod-index.git
|
||||
git remote -v
|
||||
|
||||
- name: disable lfs lock verification
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user