Treatment includeInputs

cicd/services/github::includeInputs


Configuration

⬡ contexts: javascript::JavaScriptEngine

Inputs

⇥ inputs: Block<Json> (json::Json)
⇥ trigger: Block<void>

Outputs

↦ ready: Block<void>


Inject workflow inputs into the GitHub Actions expression context.

Sets the inputs variable inside contexts to the JSON value received through inputs, making ${{ inputs.* }} expressions resolvable. ready is emitted once the injection is complete.