Skip to content

Commit

Permalink
Merge branch 'enhance-repo-topics' of github.com:go-vela/server into …
Browse files Browse the repository at this point in the history
…enhance-repo-topics
  • Loading branch information
ecrupper committed Apr 14, 2023
2 parents 8d9880b + f1acc16 commit 8a6a8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func PostWebhook(c *gin.Context) {
return
}

c.JSON(http.StatusOK, "no build to process")
c.JSON(http.StatusOK, "handled repository event, no build to process")

return
}
Expand Down

0 comments on commit 8a6a8ee

Please sign in to comment.