File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 896896 - runScript:
897897 run:
898898 script:
899- language: js
899+ language: javascript
900900 code: >
901901 Some cool multiline script
902902
@@ -928,7 +928,7 @@ Enables the execution of external processes encapsulated within a containerized
928928| ports | `map` | `no` | The container's port mappings, if any |
929929| volumes | `map` | `no` | The container's volume mappings, if any |
930930| environment | `map` | `no` | A key/value mapping of the environment variables, if any, to use when running the configured process |
931- | stdin | `string` | `no` | A runtime expression, if any, passed as argv to the command or default container CMD|
931+ | stdin | `string` | `no` | A runtime expression, if any, passed as standard input to the command or default container CMD|
932932| arguments | `string[]` | `no` | A list of the arguments, if any, passed as argv to the command or default container CMD |
933933| lifetime | [`containerLifetime`](#container-lifetime) | `no` | An object used to configure the container's lifetime. |
934934
@@ -2525,7 +2525,7 @@ do:
25252525 - runScript:
25262526 run:
25272527 script:
2528- language: js
2528+ language: javascript
25292529 code: >
25302530 Some cool multiline script
25312531 return: code
You can’t perform that action at this time.
0 commit comments