Fix gitea actionSync
This commit is contained in:
parent
9e68a09f50
commit
487f6c9501
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const (
|
||||||
hookPullRequest = "pull_request"
|
hookPullRequest = "pull_request"
|
||||||
|
|
||||||
actionOpen = "opened"
|
actionOpen = "opened"
|
||||||
actionSync = "synchronize"
|
actionSync = "synchronized"
|
||||||
|
|
||||||
stateOpen = "open"
|
stateOpen = "open"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue