Skip to content

soul-wish/ping-url-javascript-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/ping-url-javascript-action@v1.1
        with:
          url: 'https://google.com'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published