mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-20 20:35:13 +02:00
Update services/forms/runner.go
Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
parent
e35a046c7a
commit
066097a0fb
@ -15,7 +15,7 @@ import (
|
|||||||
// EditRunnerForm form for admin to create runner
|
// EditRunnerForm form for admin to create runner
|
||||||
type EditRunnerForm struct {
|
type EditRunnerForm struct {
|
||||||
Description string
|
Description string
|
||||||
CustomLabels string
|
CustomLabels string // comma-separated
|
||||||
}
|
}
|
||||||
|
|
||||||
// Validate validates form fields
|
// Validate validates form fields
|
||||||
|
Loading…
x
Reference in New Issue
Block a user