Compare commits

...

2 Commits

Author SHA1 Message Date
f035ff999c Merge branch 'datas'
Some checks failed
Retrieve Events Datas / Retrieve-Events-Datas (push) Failing after 14s
2024-10-04 13:18:58 +02:00
1ca0db08d8 Fix CIX
All checks were successful
Retrieve Events Datas / Retrieve-Events-Datas (push) Successful in 12s
2024-10-04 13:18:32 +02:00

View File

@ -19,6 +19,9 @@ 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
env:
DISCORD_BOT_TOKEN: ${{ secrets.DISCORD_BOT_TOKEN }}
DISCORD_GUILD_ID: ${{ secrets.DISCORD_GUILD_ID }}
- name: Commit and push changes - name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v5 uses: stefanzweifel/git-auto-commit-action@v5
with: with: