mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-03 18:43:40 +08:00
Use import {Octokit} (#332)
* Use import {Octokit}
* Update @octokit/rest to 16.43.1
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user