From 3da6329902aed91ce1e16d618ed67ded2410a86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reto=20Habl=C3=BCtzel?= Date: Tue, 18 Jan 2022 15:27:09 +0100 Subject: [PATCH] feat: export Context from root --- packages/github/src/github.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/github/src/github.ts b/packages/github/src/github.ts index bada7e52..3a207103 100644 --- a/packages/github/src/github.ts +++ b/packages/github/src/github.ts @@ -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 *