From e9a03cea7f239c5a7be2b3641fec85e854d181f6 Mon Sep 17 00:00:00 2001 From: Daphne Yang Date: Tue, 13 Feb 2024 11:10:19 -0500 Subject: [PATCH] chore: add double quotes around OS values in array --- .github/workflows/runE2ETest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runE2ETest.yml b/.github/workflows/runE2ETest.yml index ad86f681..e126c8b2 100644 --- a/.github/workflows/runE2ETest.yml +++ b/.github/workflows/runE2ETest.yml @@ -23,7 +23,7 @@ on: os: description: "Operating System(s) to run the E2E tests on" required: false - default: "[macos-latest, ubuntu-latest, windows-latest]" + default: '["macos-latest", "ubuntu-latest", "windows-latest"]' type: string jobs: