mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-13 23:32:41 +00:00
Update services/actions/workflows.go
Modify changes to ensure that they are CI conformant.
This commit is contained in:
parent
20b7a5b004
commit
fea389f45b
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ func (entry *Workflow) Dispatch(ctx context.Context, inputGetter InputValueGette
|
|||
}
|
||||
|
||||
var jobNames []string
|
||||
for jobName, _ := range wf.Jobs {
|
||||
for jobName := range wf.Jobs {
|
||||
jobNames = append(jobNames, jobName)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue