Compare commits
No commits in common. "3f7a0b1cb57dd3a6d0a3235e04b4d5b468272d3e" and "bec5e0c422d64481118dfe76ef78994cb40d2c6d" have entirely different histories.
3f7a0b1cb5
...
bec5e0c422
@ -14,10 +14,8 @@ jobs:
|
||||
node-version: "20.x"
|
||||
- run: npm ci
|
||||
- run: npm run retrieve-datas
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git config --global user.email "camelia@localhost"
|
||||
git config --global user.name "Camélia Studio"
|
||||
git add events.json
|
||||
git commit -m "Update events.json"
|
||||
git push
|
||||
- name: Upload artifact
|
||||
uses: https://gitea.com/actions/upload-artifact@v3
|
||||
with:
|
||||
name: events
|
||||
path: ./events.json
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
|
||||
node_modules/
|
||||
.env
|
||||
events.json
|
@ -1 +0,0 @@
|
||||
[]
|
Loading…
Reference in New Issue
Block a user