pub const META_DISPATCH_INPUTS: &str = "dispatch_inputs";Expand description
Graph-level metadata: comma-joined list of workflow_dispatch.inputs.*
names declared by the workflow. Empty / absent if the workflow has no
workflow_dispatch trigger. Consumed by
manual_dispatch_input_to_url_or_command to taint-track input flow into
command lines, URLs, and actions/checkout refs.