Skip to content

Commit

Permalink
update hook event
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed May 24, 2017
1 parent 25ddaf8 commit f2b63b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote/gitea/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

const (
hookEvent = "X-Gogs-Event"
hookEvent = "X-Gitea-Event"
hookPush = "push"
hookCreated = "create"
hookPullRequest = "pull_request"
Expand Down

0 comments on commit f2b63b6

Please sign in to comment.