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

Commit

Permalink
Add RepoURL and OwnerID to sdk
Browse files Browse the repository at this point in the history
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) <[email protected]>
  • Loading branch information
martindekov authored and alexellis committed Nov 6, 2018
1 parent 13e5562 commit ab3cb6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ type Event struct {
Secrets []string `json:"secrets"`
Private bool `json:"private"`
SCM string `json:"scm"`
RepoURL string `json:"repourl"`
OwnerID int `json:"owner-id"`
}

// BuildEventFromPushEvent function to build Event from PushEvent
Expand Down

0 comments on commit ab3cb6f

Please sign in to comment.