eric sciple пре 5 година
родитељ
комит
d79ea53307
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      src/github-api-helper.ts

+ 1 - 2
src/github-api-helper.ts

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