Skip to content

Commit 91af9cb

Browse files
committed
Updated fixes for Copilot reviews
Signed-off-by: hiren <20088337+hirenr@users.noreply.github.com>
1 parent 55d5e2d commit 91af9cb

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

examples/run-script-with-stdin-and-arguments.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ document:
55
version: 1.0.0
66
do:
77
- runScript:
8-
output:
9-
as: "${ fromjson }"
108
run:
119
script:
1210
language: javascript

examples/run-shell-stdin-and-arguments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
document:
22
dsl: 1.0.2
33
namespace: examples
4-
name: run-script-with-stdin-and-arguments
4+
name: run-shell-with-stdin-and-arguments
55
version: 1.0.0
66
do:
77
- setInput:

schema/workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ $defs:
812812
stdin:
813813
type: string
814814
title: ContainerStdin
815-
description: A runtime expression, if any, passed as argv to the command or default container CMD
815+
description: A runtime expression, if any, passed as standard input (stdin) to the command or default container CMD
816816
arguments:
817817
type: array
818818
title: ContainerArguments
@@ -847,7 +847,7 @@ $defs:
847847
title: ScriptArguments
848848
description: A list of the arguments, if any, to the script as argv
849849
items:
850-
type: string
850+
type: string
851851
environment:
852852
type: object
853853
title: ScriptEnvironment
@@ -894,7 +894,7 @@ $defs:
894894
title: ShellArguments
895895
description: A list of the arguments, if any, to the shell command as argv
896896
items:
897-
type: string
897+
type: string
898898
environment:
899899
type: object
900900
title: ShellEnvironment

0 commit comments

Comments
 (0)