mirror of
https://github.com/fergalmoran/radio-otherway.git
synced 2025-12-22 01:39:05 +00:00
15 lines
286 B
YAML
15 lines
286 B
YAML
name:
|
|
Send Reminders
|
|
on:
|
|
# Every 5 minutes
|
|
schedule:
|
|
- cron: "*/5 * * * *"
|
|
jobs:
|
|
reminders:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Cache outstanding events
|
|
uses: wei/curl@master
|
|
with:
|
|
args: https://otherway.fergl.ie/api/cron/reminders
|