linter appeasement

This commit is contained in:
Nate Smith 2023-08-17 17:14:56 -05:00
parent 719c9579ba
commit fe3eeb481d

View file

@ -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,