From d457b882f3dd1998846c817778d1ba959cdd21c7 Mon Sep 17 00:00:00 2001 From: TheBigSadowski Date: Fri, 10 Jul 2026 12:05:15 -0700 Subject: [PATCH] fix project name to match repo name, since the Vercel default project name is the repo name --- .github/workflows/endform-tests-on-main.yml | 2 +- .github/workflows/endform-tests-on-prs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/endform-tests-on-main.yml b/.github/workflows/endform-tests-on-main.yml index 8807e99..ef7bf1e 100644 --- a/.github/workflows/endform-tests-on-main.yml +++ b/.github/workflows/endform-tests-on-main.yml @@ -33,7 +33,7 @@ jobs: - name: Wait for Vercel deployment uses: endformdev/actions/run-with-vercel-deployment@main with: - project-name: endform-playwright-tutorial + project-name: playwright-tutorial set-url-env-var: BASE_URL # Sets the Vercel preview URL as the BASE_URL environment variable set-vercel-bypass-env-var: VERCEL_BYPASS_TOKEN # Exports a deployment protection bypass token as this env var diff --git a/.github/workflows/endform-tests-on-prs.yml b/.github/workflows/endform-tests-on-prs.yml index 055c324..6ec240c 100644 --- a/.github/workflows/endform-tests-on-prs.yml +++ b/.github/workflows/endform-tests-on-prs.yml @@ -33,7 +33,7 @@ jobs: - name: Wait for Vercel deployment uses: endformdev/actions/run-with-vercel-deployment@main with: - project-name: endform-playwright-tutorial + project-name: playwright-tutorial set-url-env-var: BASE_URL # Sets the Vercel preview URL as the BASE_URL environment variable set-vercel-bypass-env-var: VERCEL_BYPASS_TOKEN # Exports a deployment protection bypass token as this env var