diff --git a/pkg/cmd/workflow/run/run.go b/pkg/cmd/workflow/run/run.go index 4ba0a2ab4..009c48182 100644 --- a/pkg/cmd/workflow/run/run.go +++ b/pkg/cmd/workflow/run/run.go @@ -412,7 +412,6 @@ func findInputs(yamlContent []byte) ([]WorkflowInput, error) { } for name, input := range m { - input.Name = name out = append(out, WorkflowInput{ Name: name, Default: input.Default,