{{template "layout" .}} {{define "content"}} {{- /*gotype: golang.org/x/build/internal/relui.newWorkflowResponse*/ -}} {{$response := .}}

New Go Release

{{if .Selected}}
{{range $sched := .ScheduleTypes}} {{end}}
    {{range $sched := .ScheduleTypes}}
  • {{end}}
{{range $sched := .ScheduleTypes}} {{ $input := $sched.FormField }}
{{if eq $input ""}}
Run workflow once immediately.
{{else if eq $input "datetime-local"}}
{{else if eq $input "duration"}}
{{else if eq $input "cron"}}
{{else}}
Unknown form field for {{$sched}}.
{{end}}
{{end}}
{{range $_, $p := .Selected.Parameters}} {{if eq $p.HTMLElement "select"}}
{{else if eq $p.Type.String "[]string"}}
{{else if eq $p.HTMLElement "textarea"}}
{{else if or (eq $p.Type.String "string") (eq $p.Type.String "task.Date")}}
{{else if eq $p.Type.String "bool"}}
{{else}}
unsupported parameter type "{{$p.ParameterType}}"
{{end}} {{end}}
{{end}}
{{end}}