1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Revert "Feature: Support workflow event dispatch via API (#32059)" (#33541)

This reverts commit 523751dc82.
This commit is contained in:
wxiaoguang
2025-02-10 17:44:42 +08:00
committed by GitHub
parent 523751dc82
commit 704b65e012
10 changed files with 139 additions and 1687 deletions

View File

@@ -32,17 +32,3 @@ type swaggerResponseVariableList struct {
// in:body
Body []api.ActionVariable `json:"body"`
}
// ActionWorkflow
// swagger:response ActionWorkflow
type swaggerResponseActionWorkflow struct {
// in:body
Body api.ActionWorkflow `json:"body"`
}
// ActionWorkflowList
// swagger:response ActionWorkflowList
type swaggerResponseActionWorkflowList struct {
// in:body
Body []api.ActionWorkflow `json:"body"`
}