Skip to content

Commit 54ffed2

Browse files
committed
fix swagger doc and lint
1 parent e884c8a commit 54ffed2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

routers/api/v1/repo/action.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,6 @@ func ActionsDispatchWorkflow(ctx *context.APIContext) {
788788
}
789789
return nil
790790
})
791-
792791
if err != nil {
793792
if errors.Is(err, util.ErrNotExist) {
794793
ctx.Error(http.StatusNotFound, "DispatchActionWorkflow", err)

templates/swagger/v1_json.tmpl

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)