Skip to content

Ping URL (JavaScript action)

Actions
Ping 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
Latest
Star (7)

Ping URL JavaScript action

This action pings required URL by using Node.js https module.

Inputs

url

Required The URL you need this action to ping.

Example usage

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.

About

Ping 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
Latest

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.