mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-03-15 16:22:35 +08:00
octokit client should follow proxy settings (#314)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import * as fs from 'fs'
|
||||
import * as nock from 'nock'
|
||||
import * as path from 'path'
|
||||
import * as io from '@actions/io'
|
||||
import * as exec from '@actions/exec'
|
||||
import nock from 'nock'
|
||||
|
||||
const cachePath = path.join(__dirname, 'CACHE')
|
||||
const tempPath = path.join(__dirname, 'TEMP')
|
||||
|
||||
Reference in New Issue
Block a user