Skip to content

Commit

Permalink
SCMType is also returned by the API
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Sep 24, 2019
1 parent 57d67a5 commit eabd6c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scm_repo_link.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ type SCMRepoLink struct {
Owner string `json:"owner"`
Repo string `json:"repo"`
Branch string `json:"branch"`
SCMType SCMType `json:"scm_type"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
AutoDeployEnabled bool `json:"auto_deploy_enabled"`
Expand Down

0 comments on commit eabd6c0

Please sign in to comment.