defaultParameters for this invocation. Inputs accept
three shapes: raw JavaScript expressions (the default), { string: ... } for
explicit literals, and { javascript: ... } for explicit expressions.
Parameters
Shorthand
Module path as a single string. Use when the module needs no inputs.Examples
Notes
Module paths must not start withfile://. Use a plain relative path. Inputs
accept three shapes: a raw value (interpreted as a JavaScript expression, e.g.
env.QA_EMAIL), { string: "literal" }, or { javascript: "expr" }.