We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inputs
1 parent 0ee8514 commit cba6118Copy full SHA for cba6118
mono_repo/lib/src/commands/github/github_yaml.dart
@@ -441,7 +441,7 @@ class _CommandEntry extends _CommandEntryBase {
441
final String workingDirectory;
442
final String? uses;
443
final Map<String, String>? env;
444
- final Map<String, Object>? inputs;
+ final Map<String, String>? inputs;
445
final String? shell;
446
447
_CommandEntry(
0 commit comments