File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -336,12 +336,14 @@ $graph:
336336 Only valid when `type: File` or is an array of `items: File`.
337337
338338 Describes files that must be included alongside the primary file(s).
339+ All listed secondary files must be present. An implementation may
340+ fail workflow execution if a secondary file does not exist.
339341
340342 If the value is an expression, the value of `self` in the expression
341343 must be the primary input or output File to which this binding applies.
342344
343345 If the value is a string, it specifies that the following pattern
344- should be applied to the primary file:
346+ should be applied to the `location` of the primary file:
345347
346348 1. If string begins with one or more caret `^` characters, for each
347349 caret, remove the last file extension from the path (the last
You can’t perform that action at this time.
0 commit comments