Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 415 Bytes

workflow-dispatch-inputs.md

File metadata and controls

3 lines (2 loc) · 415 Bytes

The triggered workflow receives the inputs in the {% ifversion actions-unified-inputs %}inputs{% else %}github.event.inputs{% endif %} context. For more information, see "[Contexts]({% ifversion actions-unified-inputs %}/actions/learn-github-actions/contexts#inputs-context{% else %}/actions/learn-github-actions/contexts#github-context{% endif %})."

{% data reusables.actions.inputs-vs-github-event-inputs %}