|
|
@ -11,8 +11,7 @@ import * as retryHelper from './retry-helper'
|
|
|
|
import * as toolCache from '@actions/tool-cache'
|
|
|
|
import * as toolCache from '@actions/tool-cache'
|
|
|
|
import {ExecOptions} from '@actions/exec/lib/interfaces'
|
|
|
|
import {ExecOptions} from '@actions/exec/lib/interfaces'
|
|
|
|
import {IncomingMessage} from 'http'
|
|
|
|
import {IncomingMessage} from 'http'
|
|
|
|
import {ReposGetArchiveLinkParams} from '@octokit/rest'
|
|
|
|
import {RequestOptions, ReposGetArchiveLinkParams} from '@octokit/rest'
|
|
|
|
import {RequestOptions} from 'https'
|
|
|
|
|
|
|
|
import {WriteStream} from 'fs'
|
|
|
|
import {WriteStream} from 'fs'
|
|
|
|
|
|
|
|
|
|
|
|
const IS_WINDOWS = process.platform === 'win32'
|
|
|
|
const IS_WINDOWS = process.platform === 'win32'
|
|
|
|