mirror of
https://github.com/actions/checkout.git
synced 2025-12-15 23:09:23 +00:00
add support for gist.github.com
This commit is contained in:
@@ -767,6 +767,7 @@ async function setup(testName: string): Promise<void> {
|
||||
repositoryName: 'my-repo',
|
||||
repositoryOwner: 'my-org',
|
||||
repositoryPath: '',
|
||||
isGist: false,
|
||||
sshKey: sshPath ? 'some ssh private key' : '',
|
||||
sshKnownHosts: '',
|
||||
sshStrict: true
|
||||
|
||||
Reference in New Issue
Block a user