Skip to content

Commit 9b091ed

Browse files
authored
Add File/Directory to WorkflowStepInput 'default' (#201)
1 parent 5332d8c commit 9b091ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ $graph:
419419
420420
fields:
421421
- name: default
422-
type: ["null", Any]
422+
type: ["null", File, Directory, Any]
423423
doc: |
424424
The default value for this parameter to use if either there is no
425425
`source` field, or the value produced by the `source` is `null`. The

0 commit comments

Comments
 (0)