chore: fix wait-for-vercel-preview version tag

This commit is contained in:
Tony 2022-02-02 08:28:22 -09:00
parent c144a1864b
commit 5d83517090
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
return await script({github, context, core}, body, number)
- name: Waiting for 200 from the Vercel Preview
if: (env.TEST_CONTINUE)
uses: patrickedqvist/wait-for-vercel-preview@1.2.0
uses: patrickedqvist/wait-for-vercel-preview@v1.2.0
id: waitFor200
with:
token: ${{ secrets.GITHUB_TOKEN }}