code for
multi-line scripts. Variables on env are available without templating:
env.MY_VAR rather than {{ env.MY_VAR }}.
Parameters
Shorthand
JavaScript expression as a single string.env.NAME refers to a variable
directly. Do not wrap it in {{ }}.