Update .gitea/workflows/update-factorio-modlist.yml

This commit is contained in:
2025-11-23 17:53:07 +00:00
parent c874dfe2a9
commit c9afc0c811

View File

@@ -14,7 +14,9 @@ jobs:
- name: Clone repository manually - name: Clone repository manually
run: | run: |
export GIT_HTTP_MAX_REQUEST_BUFFER=524288000 export GIT_HTTP_MAX_REQUEST_BUFFER=524288000
git clone --depth 1 https://git.garpnet.it/GamerArena/FastDL.git git init
git remote add origin https://git.garpnet.it/GamerArena/FastDL.git
git fetch --no-tags --no-recurse-submodules origin main
git checkout main git checkout main
- name: Generate mod list - name: Generate mod list