mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 15:32:54 +08:00
Fix exports
This commit is contained in:
parent
f9ab88cdc3
commit
fc9958ec6a
@ -6,7 +6,7 @@ import * as Context from './context'
|
|||||||
// We need this in order to extend Octokit
|
// We need this in order to extend Octokit
|
||||||
Octokit.prototype = new Octokit()
|
Octokit.prototype = new Octokit()
|
||||||
|
|
||||||
module.exports.context = new Context.Context()
|
export const context = new Context.Context()
|
||||||
|
|
||||||
export class GitHub extends Octokit {
|
export class GitHub extends Octokit {
|
||||||
graphql: (
|
graphql: (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user