Skip to content

.github/workflows/main.yml #871

.github/workflows/main.yml

.github/workflows/main.yml #871

Workflow file for this run

on:
schedule:
- cron: "0 13 * * *"
workflow_dispatch:
jobs:
run-uptime:
runs-on: ubuntu-latest
steps:
- name: Uptime Action
uses: srt32/[email protected]
with:
# which url to hit
url-to-hit: "https://www.cjvillarreal.com/amazon-pie-scrapper/pie_price.json"
# which http response statuses are expected
expected-statuses: "200"