mirror of
https://github.com/actions/toolkit.git
synced 2026-08-11 00:00:28 +02:00
octokit client should follow proxy settings (#314)
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
declare module 'proxy' {
|
||||
import * as http from 'http'
|
||||
function internal(): http.Server
|
||||
export = internal
|
||||
}
|
||||
Reference in New Issue
Block a user