1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-02 15:09:33 -05:00

Update services/forms/runner.go

Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
Jason Song 2023-01-04 20:38:24 +08:00 committed by GitHub
parent e35a046c7a
commit 066097a0fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ import (
// EditRunnerForm form for admin to create runner
type EditRunnerForm struct {
Description string
CustomLabels string
CustomLabels string // comma-separated
}
// Validate validates form fields