Update .github/workflows/fetch-upstream-mods.yml
This commit is contained in:
3
.github/workflows/fetch-upstream-mods.yml
vendored
3
.github/workflows/fetch-upstream-mods.yml
vendored
@@ -41,6 +41,7 @@ jobs:
|
|||||||
- name: Disable LFS lock verification
|
- name: Disable LFS lock verification
|
||||||
run: |
|
run: |
|
||||||
git config lfs.locksverify false
|
git config lfs.locksverify false
|
||||||
|
git config --local lfs.locksverify false
|
||||||
|
|
||||||
- name: Commit and push changes
|
- name: Commit and push changes
|
||||||
run: |
|
run: |
|
||||||
@@ -49,5 +50,5 @@ jobs:
|
|||||||
|
|
||||||
git add mods
|
git add mods
|
||||||
if git commit -m "fetch upstream mod changes ($(date --utc +%Y%m%d_%H%M%SZ))"; then
|
if git commit -m "fetch upstream mod changes ($(date --utc +%Y%m%d_%H%M%SZ))"; then
|
||||||
git push origin main
|
git push ssh://git@smallgit.dasguney.com:2222/skyline/balatro-mod-index.git main
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user