1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-04-26 22:09:55 +02:00

Set user.signingKey to ssh-key

This commit is contained in:
Wojciech Pawlik 2023-04-09 20:59:01 +02:00
parent 8f4b7f8486
commit b8a48d8f8e
No known key found for this signature in database
3 changed files with 9 additions and 1 deletions

View file

@ -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'