Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.