mirror of
https://github.com/actions/toolkit.git
synced 2026-08-12 00:00:17 +02:00
.
This commit is contained in:
@@ -21,7 +21,7 @@ export function getProxyAgent(destinationUrl: string): http.Agent {
|
||||
return hc.getAgent(destinationUrl)
|
||||
}
|
||||
|
||||
export function getProxyAgentDispatcher(destinationUrl: string): ProxyAgent | undefined {
|
||||
export function getProxyAgentDispatcher(destinationUrl: string): ProxyAgent | Agent {
|
||||
const hc = new httpClient.HttpClient()
|
||||
return hc.getAgentDispatcher(destinationUrl)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user