feat: Add helper output on failed gitssh (#1127)

This commit is contained in:
Kyle Carberry
2022-04-25 00:29:15 -05:00
committed by GitHub
parent 4417dd5951
commit 7e33d80fa9
5 changed files with 24 additions and 6 deletions

View File

@ -19,6 +19,7 @@ type GitSSHKey struct {
}
type AgentGitSSHKey struct {
PublicKey string `json:"public_key"`
PrivateKey string `json:"private_key"`
}