Update update-feed.yaml

Fix cron typo
This commit is contained in:
N.A. Ferrell 2023-04-14 18:18:47 +00:00 committed by GitHub
parent 0f97bb9a82
commit 657db2f3f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ on:
# Adjust refresh schedule here. By default, it runs once per day.
# Syntax reference: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#schedule
# Recommended tool: https://crontab.guru/
- cron: "0 5,9,15 * * *"
- cron: "0 13,18,23 * * *"
jobs:
build: