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

This commit is contained in:
2025-11-23 17:36:32 +00:00
parent 671f75e078
commit a62bede01b

View File

@@ -11,8 +11,10 @@ jobs:
update-modlist: update-modlist:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Clone repository manually
uses: actions/checkout@v5 run: |
git clone https://git.garpnet.it/GamerArena/FastDL.git
git checkout main
- name: Generate mod list - name: Generate mod list
run: | run: |