mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-05 17:08:50 +00:00
Fix typo of gogs pull request synchronized action
This commit is contained in:
parent
b727a3ce55
commit
96734122b9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,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