mirror of
https://github.com/actions/toolkit
synced 2025-05-09 00:22:56 +00:00
octokit client should follow proxy settings (#314)
This commit is contained in:
parent
e69833ed16
commit
ab5bd9d696
18 changed files with 473 additions and 68 deletions
5
packages/github/__tests__/proxy.d.ts
vendored
Normal file
5
packages/github/__tests__/proxy.d.ts
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
declare module 'proxy' {
|
||||
import * as http from 'http'
|
||||
function internal(): http.Server
|
||||
export = internal
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue