mirror of
https://github.com/go-gitea/gitea
synced 2025-01-21 07:04:32 +00:00
make fmt
This commit is contained in:
parent
ccfbdaf36f
commit
1fae9c8d09
@ -38,8 +38,8 @@ type ActionTaskResponse struct {
|
||||
// swagger:model CreateActionWorkflowDispatch
|
||||
type CreateActionWorkflowDispatch struct {
|
||||
// required: true
|
||||
Ref string `json:"ref"`
|
||||
Inputs map[string]interface{} `json:"inputs"`
|
||||
Ref string `json:"ref"`
|
||||
Inputs map[string]any `json:"inputs"`
|
||||
}
|
||||
|
||||
// ActionWorkflow represents a ActionWorkflow
|
||||
|
@ -8,15 +8,15 @@ import (
|
||||
"net/http"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
|
||||
actions_model "code.gitea.io/gitea/models/actions"
|
||||
"code.gitea.io/gitea/models/db"
|
||||
"code.gitea.io/gitea/models/perm"
|
||||
access_model "code.gitea.io/gitea/models/perm/access"
|
||||
secret_model "code.gitea.io/gitea/models/secret"
|
||||
"code.gitea.io/gitea/models/unit"
|
||||
"code.gitea.io/gitea/modules/actions"
|
||||
"code.gitea.io/gitea/modules/git"
|
||||
actions_model "code.gitea.io/gitea/models/actions"
|
||||
"code.gitea.io/gitea/models/db"
|
||||
secret_model "code.gitea.io/gitea/models/secret"
|
||||
api "code.gitea.io/gitea/modules/structs"
|
||||
"code.gitea.io/gitea/modules/util"
|
||||
"code.gitea.io/gitea/modules/web"
|
||||
|
Loading…
x
Reference in New Issue
Block a user