mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
more tweaking
This commit is contained in:
4
.github/workflows/mailtrigger.yaml
vendored
4
.github/workflows/mailtrigger.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: 15-minute-cron
|
||||
name: mailtrigger
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/15 * * * *'
|
||||
@@ -6,7 +6,7 @@ jobs:
|
||||
cron:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Trigger Mail API route
|
||||
- name: Call API route
|
||||
run: |
|
||||
curl --request POST \
|
||||
--url 'https://pfadi-bussle-dev.tomru.space/api/mailtrigger'
|
||||
|
||||
Reference in New Issue
Block a user