Ping URL (JavaScript action)
ActionsPing any URL you want by using Node.js https module. You can use it with any events or even as a cron job
v1.3
LatestBy soul-wish
Tags
(2)This action pings required URL by using Node.js https
module.
Required The URL you need this action to ping.
on:
schedule:
- cron: '*/5 * * * *' # will run every 5 minutes
jobs:
ping_url:
runs-on: ubuntu-latest
name: Ping URL
steps:
- name: Check the URL
id: ping
uses: soul-wish/[email protected]
with:
url: 'https://google.com'
Ping URL (JavaScript action) is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.