We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3fb69 commit b716ccbCopy full SHA for b716ccb
README.md
@@ -5,7 +5,7 @@ A cURL-based post-deploy health check with build-in redirect & retry. An quick &
5
```yaml
6
steps:
7
- name: Check the deployed service URL
8
- uses: jtalk/url-health-check-action@v3
+ uses: jtalk/url-health-check-action@v4
9
with:
10
# Check the following URLs one by one sequentially
11
url: https://example.com|http://example.com
0 commit comments