Skip to content

HEARTBEAT

HEARTBEAT #139353

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: HEARTBEAT
on:
schedule:
- cron: "*/30 * * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Heartbeat
run: |
[[ `curl -s https://dinorss.org/api/monitor/heartbeat` =~ OK ]]