From 5d835170906f1af028787aa7b717bd2f657cd9d7 Mon Sep 17 00:00:00 2001 From: Tony Date: Wed, 2 Feb 2022 08:28:22 -0900 Subject: [PATCH] chore: fix wait-for-vercel-preview version tag --- .github/workflows/pr-deploy-route-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-deploy-route-test.yml b/.github/workflows/pr-deploy-route-test.yml index 20023bd52..10777d768 100644 --- a/.github/workflows/pr-deploy-route-test.yml +++ b/.github/workflows/pr-deploy-route-test.yml @@ -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 }}