✨ Fix CI si aucun fichier modifier
All checks were successful
Retrieve Events Datas / Retrieve-Events-Datas (push) Successful in 15s
All checks were successful
Retrieve Events Datas / Retrieve-Events-Datas (push) Successful in 15s
This commit is contained in:
parent
89129bc142
commit
e10454a4c2
@ -20,11 +20,11 @@ jobs:
|
|||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run retrieve-datas
|
- run: npm run retrieve-datas
|
||||||
- name: Commit and push changes
|
- name: Commit and push changes
|
||||||
run: |
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
git config --global user.email "camelia@localhost"
|
with:
|
||||||
git config --global user.name "Camélia Studio"
|
branch: datas
|
||||||
git add events.json
|
commit_message: "chore: Update Datas"
|
||||||
git commit -m "Update events.json"
|
file_pattern: "events.json"
|
||||||
git checkout datas
|
commit_user_name: "Camélia Studio"
|
||||||
git merge master
|
commit_user_email: "cameliastudio@localhost"
|
||||||
git push -u origin datas
|
commit_author: "Camélia Studio <cameliastudio@localhost>"
|
Loading…
Reference in New Issue
Block a user