Actualiser .gitea/workflows/retrieve-datas.yaml
All checks were successful
Retrieve Events Datas / Retrieve-Events-Datas (push) Successful in 1m15s

This commit is contained in:
Skitounet 2024-10-21 09:20:40 +00:00
parent 5b222cead0
commit 61531c12eb

View File

@ -26,7 +26,7 @@ jobs:
- run: git pull - run: git pull
- run: git add events.json - run: git add events.json
- run: git config --global user.email "cameliastudio@localhost" - run: git config --global user.email "cameliastudio@localhost"
- run: git config --global user.name "Camelia Studio" - run: git config --global user.name "[Bot] Camelia Studio"
- run: git commit -m "Update events datas" --allow-empty - run: git commit -m "Update events datas" --allow-empty
- run: git checkout -b datas - run: git checkout -b datas
- run: git push -u origin datas --force - run: git push -u origin datas --force