1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-12 08:23:48 +02:00

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"
actionOpen = "opened"
actionSync = "synchronize"
actionSync = "synchronized"
stateOpen = "open"