✨ On lance la CI tout les vendredi à 14h et à chaque push sur la main
Some checks failed
Retrieve Events Datas / Retrieve-Events-Datas (push) Failing after 12s
Some checks failed
Retrieve Events Datas / Retrieve-Events-Datas (push) Failing after 12s
This commit is contained in:
parent
078ddfb490
commit
89129bc142
@ -1,6 +1,11 @@
|
||||
name: Retrieve Events Datas
|
||||
run-name: Retrieve Events Datas
|
||||
on: [push]
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 14 * * 5"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
Retrieve-Events-Datas:
|
||||
@ -20,4 +25,6 @@ jobs:
|
||||
git config --global user.name "Camélia Studio"
|
||||
git add events.json
|
||||
git commit -m "Update events.json"
|
||||
git push
|
||||
git checkout datas
|
||||
git merge master
|
||||
git push -u origin datas
|
||||
|
Loading…
Reference in New Issue
Block a user