From bcd9d62690efc2f3ca77d4b9fd92e2c654790ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristiano=20Gavi=C3=A3o?= Date: Sun, 13 Sep 2026 19:41:13 +0100 Subject: [PATCH] Add directory property to RunShell MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cristiano Gavião --- schema/workflow.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema/workflow.yaml b/schema/workflow.yaml index 9f9d1b41..460c698d 100644 --- a/schema/workflow.yaml +++ b/schema/workflow.yaml @@ -933,6 +933,10 @@ $defs: description: A list of the arguments, if any, to the shell command as argv items: type: string + directory: + type: string + title: ShellDirectory + description: The working directory, if any, in which to run the shell command. environment: type: object title: ShellEnvironment