Update .gitea/workflows/update.yaml
automatically check for updates / Check_for_update (push) Successful in 18s

This commit is contained in:
2025-05-16 21:59:24 +00:00
parent 0c45c6aeaa
commit b912f1bbc9
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
apt install jq -y
- name: update hitster gameset database
run: |
wget https://hitster.jumboplay.com/hitster-assets/gameset_database.json
wget https://hitster.jumboplay.com/hitster-assets/gameset_database.json -O gameset_database.json
rm -f gameset_database.json.*
- name: git commit
run: |