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