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
|
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user