Skip to content

Commit a4dc35a

Browse files
committed
Add missing UserUsername in PushEventPayload
1 parent cc63869 commit a4dc35a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/payload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ type PushEventPayload struct {
6767
CheckoutSHA string `json:"checkout_sha"`
6868
UserID int64 `json:"user_id"`
6969
UserName string `json:"user_name"`
70+
UserUsername string `json:"user_username"`
7071
UserEmail string `json:"user_email"`
7172
UserAvatar string `json:"user_avatar"`
7273
ProjectID int64 `json:"project_id"`

0 commit comments

Comments
 (0)