Skip to content

Commit

Permalink
fixed ng connector serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
micahlmartin committed Dec 10, 2021
1 parent 5f29a27 commit f4fc35b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .harness/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ pipeline:
codebase:
repoName: harness-go-sdk
connectorRef: org.githubharnessio
build: <+input>
build: <+input>
projectIdentifier: harness_go_sdk
orgIdentifier: Micahs_Projects
name: ci
Expand Down
2 changes: 1 addition & 1 deletion harness/nextgen/model_git_ssh_authentication.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ package nextgen

// This contains details of the Generic Git authentication information used via SSH connections
type GitSshAuthentication struct {
Type_ string `json:"type"`
Type_ string `json:"-"`
SshKeyRef string `json:"sshKeyRef"`
}

0 comments on commit f4fc35b

Please sign in to comment.