mirror of https://github.com/actions/toolkit
feat: export Context from root
parent
daf8bb0060
commit
3da6329902
|
@ -6,6 +6,8 @@ import {OctokitOptions} from '@octokit/core/dist-types/types'
|
|||
|
||||
export const context = new Context.Context()
|
||||
|
||||
export {Context} from './context'
|
||||
|
||||
/**
|
||||
* Returns a hydrated octokit ready to use for GitHub Actions
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue