From d79ea533078392e4878f35e929e6eb0932b8fd64 Mon Sep 17 00:00:00 2001
From: eric sciple <ericsciple@users.noreply.github.com>
Date: Tue, 10 Dec 2019 02:39:09 -0500
Subject: [PATCH] .

---
 src/github-api-helper.ts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/github-api-helper.ts b/src/github-api-helper.ts
index 1b1cf65..2b13bcb 100644
--- a/src/github-api-helper.ts
+++ b/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'