mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 09:10:16 +03:00
Add a configurable SSH user
This commit is contained in:
parent
cd7d8d697e
commit
4fbc953ab8
5 changed files with 12 additions and 2 deletions
|
@ -821,6 +821,7 @@ async function setup(testName: string): Promise<void> {
|
|||
sshKey: sshPath ? 'some ssh private key' : '',
|
||||
sshKnownHosts: '',
|
||||
sshStrict: true,
|
||||
sshUser: '',
|
||||
workflowOrganizationId: 123456,
|
||||
setSafeDirectory: true,
|
||||
githubServerUrl: githubServerUrl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue