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 7ccf91c commit a7e506eCopy full SHA for a7e506e
README.md
@@ -33,7 +33,7 @@ Basic Usage
33
```yaml
34
steps:
35
- name: Waiting for 200 from the Netlify Preview
36
- uses: jakepartusch/wait-for-netlify-action@v1.2
+ uses: jakepartusch/wait-for-netlify-action@v1.3
37
id: waitFor200
38
with:
39
site_name: "jakepartusch"
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
npm run build
68
69
70
71
72
0 commit comments