mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 06:19:24 +00:00
Add a configurable SSH user
This commit is contained in:
@@ -143,6 +143,7 @@ export async function getInputs(): Promise<IGitSourceSettings> {
|
||||
result.sshKnownHosts = core.getInput('ssh-known-hosts')
|
||||
result.sshStrict =
|
||||
(core.getInput('ssh-strict') || 'true').toUpperCase() === 'TRUE'
|
||||
result.sshUser = core.getInput('ssh-user')
|
||||
|
||||
// Persist credentials
|
||||
result.persistCredentials =
|
||||
|
||||
Reference in New Issue
Block a user