Skip to content

Commit 3a36e02

Browse files
Merge pull request #896 from fjtirado/Fix_#873a
[Fix #873] Fixing error in export definition
2 parents 7eb87a8 + 8efe2a7 commit 3a36e02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema/workflow.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ $defs:
110110
output:
111111
$ref: '#/$defs/output'
112112
description: Configure the task's output.
113+
export:
114+
$ref: '#/$defs/export'
115+
description: Export task output to context.
113116
timeout:
114117
$ref: '#/$defs/timeout'
115118
description: The task's timeout configuration, if any.

0 commit comments

Comments
 (0)