Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
chore: add double quotes for OS in base suite
Browse files Browse the repository at this point in the history
  • Loading branch information
daphne-sfdc committed Feb 13, 2024
1 parent e9a03ce commit 6cac8f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/baseSuiteE2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 6cac8f1

Please sign in to comment.