From 8efe2a7fde2301e5f4cb7cb6ffd4c9ce61238af5 Mon Sep 17 00:00:00 2001 From: Francisco Javier Tirado Sarti Date: Thu, 13 Jun 2024 13:21:32 +0200 Subject: [PATCH] [Fix #873] Fixing error in export definition I forgot to include export definition in the task. Signed-off-by: Francisco Javier Tirado Sarti --- schema/workflow.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema/workflow.yaml b/schema/workflow.yaml index 2f97f1f1..f03ebe18 100644 --- a/schema/workflow.yaml +++ b/schema/workflow.yaml @@ -110,6 +110,9 @@ $defs: output: $ref: '#/$defs/output' description: Configure the task's output. + export: + $ref: '#/$defs/export' + description: Export task output to context. timeout: $ref: '#/$defs/timeout' description: The task's timeout configuration, if any.