Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions schema/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading