Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/endform-tests-on-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/endform-tests-on-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down