Working webhook

This commit is contained in:
nemunaire 2022-09-05 12:20:33 +02:00
parent c976f7b53f
commit 7b45214ca9
6 changed files with 157 additions and 39 deletions

View file

@ -171,6 +171,7 @@ type GitLabRepository struct {
Path string
PathWithNamespace string `json:"path_with_namespace"`
DefaultBranch string `json:"default_branch"`
URL string `json:"url,omitempty"`
SshUrlToRepo string `json:"ssh_url_to_repo"`
HttpUrlToRepo string `json:"http_url_to_repo"`
AvatarURL string `json:"avatar_url"`