Update .gitea/workflows/update-factorio-modlist.yml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user