mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-13 23:32:41 +00:00
Removed redundant variable declaration.
This commit is contained in:
parent
14a8af7c10
commit
0dd898277f
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ func (entry *Workflow) Dispatch(ctx context.Context, inputGetter InputValueGette
|
|||
return nil, nil, errors.New("to many inputs")
|
||||
}
|
||||
|
||||
var jobNames []string
|
||||
jobNames := util.KeysOfMap(wf.Jobs)
|
||||
|
||||
payload := &structs.WorkflowDispatchPayload{
|
||||
|
|
Loading…
Reference in a new issue