diff --git a/.gitea/workflows/update-factorio-modlist.yml b/.gitea/workflows/update-factorio-modlist.yml index 193ec36..0dbe97a 100644 --- a/.gitea/workflows/update-factorio-modlist.yml +++ b/.gitea/workflows/update-factorio-modlist.yml @@ -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"