Skip to content

Pasticca Test

Pasticca Test #88

Workflow file for this run

name: Pasticca Test
# This workflow is triggered at a scheduled interval of every 30 minutes
on:
schedule:
- cron: '0 0 * * *'
jobs:
pinger_job:
name: A job to ping
runs-on: ubuntu-latest
env:
URL: 'https://pastilapi.glitch.me/test'
METHOD: GET # the method used to make the request. It is GET by default
steps:
- id: ping
uses: sisodiya2421/pinger@master