We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943a787 commit fa6c060Copy full SHA for fa6c060
README.md
@@ -43,7 +43,7 @@ Basic Usage
43
```yaml
44
steps:
45
- name: Waiting for Netlify Preview
46
- uses: kamranayub/wait-for-netlify-action@2.0.0
+ uses: kamranayub/wait-for-netlify-action@v2.1.0
47
id: wait-for-netflify-preview
48
with:
49
site_name: "YOUR_SITE_NAME"
@@ -78,7 +78,7 @@ jobs:
78
run: |
79
npm run build
80
- name: Waiting for 200 from the Netlify Preview
81
82
83
84
0 commit comments