Skip to content

Commit 8efe2a7

Browse files
committed
[Fix #873] Fixing error in export definition
I forgot to include export definition in the task. Signed-off-by: Francisco Javier Tirado Sarti <ftirados@redhat.com>
1 parent 7eb87a8 commit 8efe2a7

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)