From 6cac8f1b9edc6e2cc204ad64d07b89b0c8d1ad36 Mon Sep 17 00:00:00 2001 From: Daphne Yang Date: Tue, 13 Feb 2024 11:31:38 -0500 Subject: [PATCH] chore: add double quotes for OS in base suite --- .github/workflows/baseSuiteE2E.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/baseSuiteE2E.yml b/.github/workflows/baseSuiteE2E.yml index 0c31ac3a..8ad369f2 100644 --- a/.github/workflows/baseSuiteE2E.yml +++ b/.github/workflows/baseSuiteE2E.yml @@ -57,6 +57,7 @@ on: os: description: "Operating System(s) to run the E2E tests on" required: false + default: '["ubuntu-latest"]' type: string workflow_call: @@ -108,7 +109,7 @@ on: os: description: "Operating System(s) to run the E2E tests on" required: false - default: "[ubuntu-latest]" + default: '["ubuntu-latest"]' type: string jobs: