Skip to content
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

27 Commits

Repository files navigation

Ping

Simple ping action / script using curl.

Bash

chmod +x ./ping.sh
./ping.sh www.google.com 10 "echo 'ping failed'"

Docker

docker build -t ping .
docker run ping www.google.com 10 "echo 'ping failed'"

GitHub Action

jobs:
test:
runs-on: ubuntu-lateststeps:
- name: Pinguses: matiasg19/ping@mainwith:
url: wwww.google.comattempts: 10on-fail: "echo 'ping failed'"

About

Simple ping action / script using curl.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages