You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ Each step consists of the following properties:
275
275
276
276
-`type`: the type of the step; can be one of the following
277
277
-`FORMULA`: a JavaScript formula that is executed in this step; executed via `eval`
278
-
-`COMMAND`: execute a command; the command is executed via NodeJS `child_process.execSync`
278
+
-`COMMAND`: execute a command; the command is executed via NodeJS `child_process.execSync`; if used in combination with `resultVariable` command output is captured
279
279
-`EXECUTOR`: a special step that is connected to some build-in executor; see [Available executors](#available-executors)
0 commit comments