Skip to content

Commit cba6118

Browse files
author
Dillon Nys
committed
chore: Refine inputs type
1 parent 0ee8514 commit cba6118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mono_repo/lib/src/commands/github/github_yaml.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ class _CommandEntry extends _CommandEntryBase {
441441
final String workingDirectory;
442442
final String? uses;
443443
final Map<String, String>? env;
444-
final Map<String, Object>? inputs;
444+
final Map<String, String>? inputs;
445445
final String? shell;
446446

447447
_CommandEntry(

0 commit comments

Comments
 (0)