File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -194,10 +194,10 @@ export function findLocalToolVersions(toolName: string, arch?: string) {
194
194
/**
195
195
* Download a tool from an url and stream it into a file
196
196
*
197
- * @param url url of tool to download
198
- * @param fileName optional fileName. Should typically not use (will be a guid for reliability). Can pass fileName with an absolute path.
199
- * @param handlers optional handlers array. Auth handlers to pass to the HttpClient for the tool download.
200
- * @param auth optional custom auth header value . This is passed as a HTTP header to the download client.
197
+ * @param url url of tool to download
198
+ * @param fileName optional fileName. Should typically not use (will be a guid for reliability). Can pass fileName with an absolute path.
199
+ * @param handlers optional handlers array. Auth handlers to pass to the HttpClient for the tool download.
200
+ * @param additionalHeaders optional custom HTTPheaders . This is passed to the download client.
201
201
*/
202
202
export async function downloadTool (
203
203
url : string ,
You can’t perform that action at this time.
0 commit comments