We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c31d0 commit e9470cbCopy full SHA for e9470cb
gitlab/payload.go
@@ -74,7 +74,7 @@ type PushEventPayload struct {
74
UserEmail string `json:"user_email"`
75
UserAvatar string `json:"user_avatar"`
76
ProjectID int64 `json:"project_id"`
77
- Project Project `json:"Project"`
+ Project Project `json:"project"`
78
Repository Repository `json:"repository"`
79
Commits []Commit `json:"commits"`
80
TotalCommitsCount int64 `json:"total_commits_count"`
@@ -92,7 +92,7 @@ type TagEventPayload struct {
92
UserUsername string `json:"user_username"`
93
94
95
96
97
98
0 commit comments