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:
336
336
Only valid when `type: File` or is an array of `items: File`.
337
337
338
338
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.
339
341
340
342
If the value is an expression, the value of `self` in the expression
341
343
must be the primary input or output File to which this binding applies.
342
344
343
345
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:
345
347
346
348
1. If string begins with one or more caret `^` characters, for each
347
349
caret, remove the last file extension from the path (the last
You can’t perform that action at this time.
0 commit comments