mirror of
https://github.com/fergalmoran/radio-otherway.git
synced 2025-12-22 09:50:29 +00:00
Fix calendar caching
This commit is contained in:
4
.github/workflows/scheduler-cache-events.yml
vendored
4
.github/workflows/scheduler-cache-events.yml
vendored
@@ -9,4 +9,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Cache outstanding events
|
||||
run: curl -X GET https://otherway.fergl.ie/api/cron/cache
|
||||
uses: wei/curl@master
|
||||
with:
|
||||
args: https://otherway.fergl.ie/api/cron/cache
|
||||
|
||||
@@ -9,4 +9,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Cache outstanding events
|
||||
run: curl -X GET https://otherway.fergl.ie/api/cron/reminders
|
||||
uses: wei/curl@master
|
||||
with:
|
||||
args: https://otherway.fergl.ie/api/cron/reminders
|
||||
|
||||
Reference in New Issue
Block a user