Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit ab3cb6f

Browse files
Martin Dekov (VMware)alexellis
authored andcommitted
Add RepoURL and OwnerID to sdk
Adding RepoURL and Owner ID in the SDK because it was manually added in functions and not through vendoring Signed-off-by: Martin Dekov (VMware) <mdekov@vmware.com>
1 parent 13e5562 commit ab3cb6f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sdk/event.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ type Event struct {
1313
Secrets []string `json:"secrets"`
1414
Private bool `json:"private"`
1515
SCM string `json:"scm"`
16+
RepoURL string `json:"repourl"`
17+
OwnerID int `json:"owner-id"`
1618
}
1719

1820
// BuildEventFromPushEvent function to build Event from PushEvent

0 commit comments

Comments
 (0)