mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-26 22:09:55 +02:00
Merge b8a48d8f8e
into b4ffde65f4
This commit is contained in:
commit
f492d87a85
3 changed files with 9 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue