Skip to content

Commit

Permalink
fix: remove mention of ESM in e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daphne-sfdc committed Nov 13, 2024
1 parent dd83f1b commit cda509e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cda509e

Please sign in to comment.