Use import {Octokit} (#332)

* Use import {Octokit}

* Update @octokit/rest to 16.43.1
This commit is contained in:
Ryo Ota
2020-02-19 05:43:07 +09:00
committed by GitHub
parent f383109dc3
commit fa03eb4d22
3 changed files with 58 additions and 63 deletions

View File

@@ -9,7 +9,7 @@ import {
RequestParameters as GraphQLRequestParameters
} from '@octokit/graphql/dist-types/types'
import Octokit from '@octokit/rest'
import {Octokit} from '@octokit/rest'
import * as Context from './context'
import * as http from 'http'
import * as httpClient from '@actions/http-client'