diff --git a/.github/workflows/deploy-vercel-staging.yml b/.github/workflows/deploy-vercel-staging.yml index cc1f4dd1..86ef42a1 100644 --- a/.github/workflows/deploy-vercel-staging.yml +++ b/.github/workflows/deploy-vercel-staging.yml @@ -220,7 +220,7 @@ jobs: # Wait for deployment to be ready, before running E2E (otherwise Cypress might start testing too early, and gets redirected to Vercel's "Login page", and tests fail) - name: Awaiting Vercel deployment to be ready - uses: UnlyEd/github-action-await-vercel@vfix-lib-path # See https://github.com/UnlyEd/github-action-await-vercel + uses: UnlyEd/github-action-await-vercel@fix-lib-path # See https://github.com/UnlyEd/github-action-await-vercel id: await-vercel env: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}