actions-marketplace-validations/health-check-for-website
check if a website is up or not
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| website_url | the url of the website that you want to check | yes | — |
| version_name | a version specific tagthat you want to search for in the given website | no | none |
| method | the method that you want to use ( wget or curl ) default is curl | no | curl |
| timeout | the time ( in seconds ) you want to run this action to try to reach the given website ( default is 300 ) | — | 300 |
| tag | how to tag the image Default: latest | — | — |
Outputs
| name | description |
|---|---|
| output-result | results of health check |