From fe3eeb481dcc5fc8681928265ad1aaf281a62dfc Mon Sep 17 00:00:00 2001 From: Nate Smith Date: Thu, 17 Aug 2023 17:14:56 -0500 Subject: [PATCH] linter appeasement --- pkg/cmd/workflow/run/run.go | 1 - 1 file changed, 1 deletion(-) 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,