The workflow is failing to carry through inputs or even defaults. I'm pretty sure the namespacing on the variables is to blame. github.event may be deprecated. Docs recommend things like on.workflow_dispatch.inputs nowadays if one wanted that control.
Problem
The workflow is failing to carry through inputs or even defaults. I'm pretty sure the namespacing on the variables is to blame.
github.event
may be deprecated. Docs recommend things likeon.workflow_dispatch.inputs
nowadays if one wanted that control.Solution
Trim off the prefix to just be
inputs
.