From cda509e535a294542d1c0dc34644c3e291ca7f46 Mon Sep 17 00:00:00 2001 From: Daphne Yang Date: Wed, 13 Nov 2024 12:57:23 -0500 Subject: [PATCH] fix: remove mention of ESM in e2e.yml --- .github/workflows/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 36d8a36803..31d54339c1 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -11,7 +11,7 @@ on: workflow_dispatch: inputs: automationBranch: - description: 'Set the branch to use for automation tests in ESM' + description: 'Set the branch to use for automation tests' required: false default: 'main' type: string @@ -46,7 +46,7 @@ on: default: true type: boolean vscodeVersion: - description: 'VSCode Version for ESM branches' + description: 'VSCode Version' required: false default: 'stable' type: string