1
0
Fork 0

feat: export Context from root

pull/979/head
Reto Hablützel 2022-01-18 15:27:09 +01:00
parent daf8bb0060
commit 3da6329902
1 changed files with 2 additions and 0 deletions

View File

@ -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
*