From a51c2d2adb14126762c6e2c3c649b80b6cbc6f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Michael=20O=2E=20Hegg=C3=B8?= Date: Tue, 22 Feb 2022 12:32:09 +0100 Subject: [PATCH] Bump example version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ae043c..1fbd59d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This action can be particularly useful to check the status of a container launch ## Example usage ```yml -uses: emilioschepis/wait-for-endpoint@v1.0.0 +uses: emilioschepis/wait-for-endpoint@v1.0.2 with: url: http://localhost:8080 method: GET