1
0

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

This commit is contained in:
2025-12-24 03:14:28 +00:00
parent dfed9b9793
commit 7c96d78c5f

View File

@@ -11,6 +11,7 @@ jobs:
steps: steps:
- name: Clone Gitea repo via SSH - name: Clone Gitea repo via SSH
run: | run: |
rm -rf /tmp/upstream
git clone ssh://git@smallgit.dasguney.com:2222/skyline/balatro-mod-index.git repo git clone ssh://git@smallgit.dasguney.com:2222/skyline/balatro-mod-index.git repo
- name: Clone upstream GitHub repo - name: Clone upstream GitHub repo