Skip to content

Commit

Permalink
Add default to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Jan 16, 2024
1 parent 1e5ebf2 commit f2e777e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/health_base.yaml
Expand Up @@ -57,7 +57,7 @@ on:
type: boolean
experiments:
description: Which experiments should be enabled for Dart.
default: ""
default: "\"\""
type: string
required: false

Expand Down
1 change: 0 additions & 1 deletion pkgs/firehose/bin/health.dart
Expand Up @@ -26,7 +26,6 @@ void main(List<String> arguments) async {
)
..addMultiOption(
'experiments',
defaultsTo: [],
help: 'Which experiments should be enabled for Dart',
)
..addFlag(
Expand Down

0 comments on commit f2e777e

Please sign in to comment.