Skip to content

Uptime robot

Uptime robot #11192

Workflow file for this run

name: Uptime robot
on:
schedule:
- cron: '*/5 * * * *'
jobs:
ping_site:
runs-on: ubuntu-latest
name: Ping the site
steps:
- name: Check the site
id: hello
uses: srt32/uptime@master
with:
url-to-hit: "https://ddgs.deedy5.repl.co/"
expected-statuses: "200"