🐛 adds commit, fixes cron
All checks were successful
Update RSS / update-rss (push) Successful in 5m14s

This commit is contained in:
2024-06-27 10:52:51 +02:00
parent 837cea046d
commit 597e21895a
2 changed files with 24 additions and 5 deletions

View File

@ -2,7 +2,7 @@ name: Update RSS
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *' # daily at 3am
- cron: '57 10 * * *' # daily at 10:57
jobs:
update-rss:
@ -14,4 +14,4 @@ jobs:
node-version: lts/*
cache: 'npm'
- run: npm ci
- run: npx nodejsscript cli.js pull
- run: npx nodejsscript cli.mjs pull --git