
GitHub Actions: Inputs unified across manual and reusable workflows
Workflows triggered by workflow_dispatch and workflow_call can now access their inputs using the inputs context. Previously workflow_dispatch inputs were in the event payload. This made it difficult for workflow authors…