mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 06:19:24 +00:00
Set user.signingKey to ssh-key
This commit is contained in:
@@ -295,6 +295,10 @@ describe('git-auth-helper tests', () => {
|
||||
'core.sshCommand',
|
||||
expectedSshCommand
|
||||
)
|
||||
expect(git.config).toHaveBeenCalledWith(
|
||||
'user.signingKey',
|
||||
actualKeyPath
|
||||
)
|
||||
})
|
||||
|
||||
const configureAuth_writesExplicitKnownHosts = 'writes explicit known hosts'
|
||||
|
||||
Reference in New Issue
Block a user