Skip to content

Commit

Permalink
SCALRCORE-18527 > Change type
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Vang committed Apr 9, 2021
1 parent da9802f commit f58f0c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions workspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ type WorkspaceCreateOptions struct {

// VCSRepoOptions represents the configuration options of a VCS integration.
type VCSRepoOptions struct {
Branch *string `json:"branch,omitempty"`
Identifier *string `json:"identifier,omitempty"`
IngressSubmodules *bool `json:"ingress-submodules,omitempty"`
Path *string `json:"path,omitempty"`
TriggerPrefixes []*string `json:"trigger-prefixes,omitempty"`
Branch *string `json:"branch,omitempty"`
Identifier *string `json:"identifier,omitempty"`
IngressSubmodules *bool `json:"ingress-submodules,omitempty"`
Path *string `json:"path,omitempty"`
TriggerPrefixes []string `json:"trigger-prefixes,omitempty"`
}

type VcsProviderOptions struct {
Expand Down

0 comments on commit f58f0c2

Please sign in to comment.