Skip to content

Commit

Permalink
Merge pull request #21 from joostmeijles/patch-1
Browse files Browse the repository at this point in the history
Fix version typo in example
  • Loading branch information
patrickedqvist authored Jun 10, 2021
2 parents f0dafbd + aca3ef0 commit dd69576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Basic Usage
```yaml
steps:
- name: Waiting for 200 from the Vercel Preview
uses: patrickedqvist/wait-for-vercel-preview@1.1.0
uses: patrickedqvist/wait-for-vercel-preview@v1.1.0
id: waitFor200
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit dd69576

Please sign in to comment.