We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f33289 commit d937f9bCopy full SHA for d937f9b
1 file changed
internal/job/checkout.go
@@ -1087,7 +1087,7 @@ func (e *Executor) defaultCheckoutPhase(ctx context.Context) (retErr error) {
1087
//
1088
// Only the default checkout phase invokes this; custom checkout hooks must
1089
// arrange their own credentials.
1090
-func (e *Executor) prepareGitSSHKey() (_ string, _ func() error, retErr error) {
+func (e *Executor) prepareGitSSHKey() (sshKeyPath string, cleanup func() error, retErr error) {
1091
if e.GitSSHKey == "" {
1092
return "", nil, nil
1093
}
0 commit comments