🐛 ⚡ adds commit, fixes cron
All checks were successful
Update RSS / update-rss (push) Successful in 5m14s
All checks were successful
Update RSS / update-rss (push) Successful in 5m14s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user