Skip to content

Commit fa6c060

Browse files
authored
chore: update version in README (#8)
1 parent 943a787 commit fa6c060

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
@@ -43,7 +43,7 @@ Basic Usage
4343
```yaml
4444
steps:
4545
- name: Waiting for Netlify Preview
46-
uses: kamranayub/wait-for-netlify-action@2.0.0
46+
uses: kamranayub/wait-for-netlify-action@v2.1.0
4747
id: wait-for-netflify-preview
4848
with:
4949
site_name: "YOUR_SITE_NAME"
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
npm run build
8080
- name: Waiting for 200 from the Netlify Preview
81-
uses: kamranayub/wait-for-netlify-action@2.0.0
81+
uses: kamranayub/wait-for-netlify-action@v2.1.0
8282
id: wait-for-netflify-preview
8383
with:
8484
site_name: "YOUR_SITE_NAME"

0 commit comments

Comments
 (0)