mirror of https://github.com/actions/toolkit
Fixed typo
parent
fe92749762
commit
7a11743b35
|
@ -101,7 +101,7 @@ export function getDownloadOptions(copy?: DownloadOptions): DownloadOptions {
|
||||||
useAzureSdk: true,
|
useAzureSdk: true,
|
||||||
downloadConcurrency: 8,
|
downloadConcurrency: 8,
|
||||||
timeoutInMs: 30000,
|
timeoutInMs: 30000,
|
||||||
segmentTimeoutInMs: 600000
|
segmentTimeoutInMs: 600000,
|
||||||
lookupOnly: false
|
lookupOnly: false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue