Skip to content

Commit a7e506e

Browse files
authored
Update README.md
1 parent 7ccf91c commit a7e506e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Basic Usage
3333
```yaml
3434
steps:
3535
- name: Waiting for 200 from the Netlify Preview
36-
uses: jakepartusch/wait-for-netlify-action@v1.2
36+
uses: jakepartusch/wait-for-netlify-action@v1.3
3737
id: waitFor200
3838
with:
3939
site_name: "jakepartusch"
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
npm run build
6868
- name: Waiting for 200 from the Netlify Preview
69-
uses: jakepartusch/wait-for-netlify-action@v1.2
69+
uses: jakepartusch/wait-for-netlify-action@v1.3
7070
id: waitFor200
7171
with:
7272
site_name: "jakepartusch"

0 commit comments

Comments
 (0)