From f2e777ece21ead101414b0127d2ac13aa44baac1 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 16 Jan 2024 11:20:35 +0100 Subject: [PATCH] Add default to yaml --- .github/workflows/health_base.yaml | 2 +- pkgs/firehose/bin/health.dart | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/health_base.yaml b/.github/workflows/health_base.yaml index c9ab800a..1a4e7dae 100644 --- a/.github/workflows/health_base.yaml +++ b/.github/workflows/health_base.yaml @@ -57,7 +57,7 @@ on: type: boolean experiments: description: Which experiments should be enabled for Dart. - default: "" + default: "\"\"" type: string required: false diff --git a/pkgs/firehose/bin/health.dart b/pkgs/firehose/bin/health.dart index ba78fcba..cbf6bd21 100644 --- a/pkgs/firehose/bin/health.dart +++ b/pkgs/firehose/bin/health.dart @@ -26,7 +26,6 @@ void main(List arguments) async { ) ..addMultiOption( 'experiments', - defaultsTo: [], help: 'Which experiments should be enabled for Dart', ) ..addFlag(