Treatment includeNeeds
cicd/services/github::includeNeeds
Configuration
⬡ contexts: javascript::JavaScriptEngine
Parameters
↳ var from: string
Inputs
⇥ needs: Block<Json> (json::Json)
⇥ trigger: Block<void>
Outputs
↦ ready: Block<void>
Inject a needs dependency result into the GitHub Actions expression context.
Inserts the JSON value from needs into contexts under needs["{from}"],
making the outputs of a preceding job available to ${{ needs.<from>.* }} expressions.
ready is emitted once the injection is complete.