mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 17:00:30 +00:00
Merge pull request #2350 from filoozom/fix-gitea-sync [ci skip]
Fix gitea `actionSync`
This commit is contained in:
commit
641afd9273
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