Fix gitea actionSync

This commit is contained in:
Philippe Schommers 2018-02-20 18:53:03 +01:00
parent 9e68a09f50
commit 487f6c9501

View file

@ -28,7 +28,7 @@ const (
hookPullRequest = "pull_request" hookPullRequest = "pull_request"
actionOpen = "opened" actionOpen = "opened"
actionSync = "synchronize" actionSync = "synchronized"
stateOpen = "open" stateOpen = "open"