We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f9261 commit 381dc14Copy full SHA for 381dc14
1 file changed
README.md
@@ -6,8 +6,11 @@ This can be useful to wait e.g. for a specific version of an API to deployed or
6
7
## Example usage
8
9
+
10
+- name: Wait for API Url Action
11
12
```yml
-uses: mydea/action-wait-for-api@v1
13
+uses: Hardsix/action-wait-for-api@v2
14
with:
15
url: "https://api.example.com/status"
16
expected-response-field: "version"
0 commit comments