mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-09 09:05:26 +00:00
Merge pull request #1952 from vaijab/ghtypefix
Github: fix webhook struct tags
This commit is contained in:
commit
d7758a23e0
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@ type webhook struct {
|
|||
|
||||
Author struct {
|
||||
Name string `json:"name"`
|
||||
Email string `json:"name"`
|
||||
Email string `json:"email"`
|
||||
Username string `json:"username"`
|
||||
} `json:"author"`
|
||||
|
||||
Committer struct {
|
||||
Name string `json:"name"`
|
||||
Email string `json:"name"`
|
||||
Email string `json:"email"`
|
||||
Username string `json:"username"`
|
||||
} `json:"committer"`
|
||||
} `json:"head_commit"`
|
||||
|
|
Loading…
Reference in a new issue