Skip to content

Commit

Permalink
Update readme version.
Browse files Browse the repository at this point in the history
Add curl to the description
  • Loading branch information
Jtalk committed Apr 18, 2020
1 parent 9658dbc commit be3b3f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A cURL-based post-deploy health check with build-in redirect & retry. An quick &
```yaml
steps:
- name: Check the deployed service URL
uses: jtalk/url-health-check-action@v1
uses: jtalk/url-health-check-action@v1.2
with:
# Check the following URLs one by one sequentially
url: https://example.com|http://example.com
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'URL Health Check'
description: 'Ping given URL for a post-deploy check. With redirect and retrying capabilities'
description: 'Ping given URL (with curl) for a post-deploy check. With redirect and retrying capabilities'
author: "Roman Nazarenko <me@jtalk.me>, Liza Lukicheva <me@bananamilkshake.me>"
inputs:
url:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "url-health-check",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit be3b3f0

Please sign in to comment.