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

This commit is contained in:
2025-11-23 18:25:49 +00:00
parent fee2e56836
commit 0e41fca5b8

View File

@@ -39,12 +39,9 @@ jobs:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: |
# Clona repo temporaneamente
git clone https://${GITEA_TOKEN}@gitea.example.com/my-user/my-repo.git repo
cd repo
# Sovrascrive o crea mods.json
cp ../mods.json ./mods.json
git clone https://git.garpnet.it/GamerArena/FastDL.git
# Commit e push
git add mods.json
git commit -m "Update mods.json with .zip files"