From 93221a907306de513d5e8b4a928efc63aaac8bbc Mon Sep 17 00:00:00 2001 From: Michael Shick Date: Mon, 25 Nov 2019 13:13:32 -0500 Subject: [PATCH] trigger --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 4a6af97..eee2d4a 100644 --- a/index.js +++ b/index.js @@ -11,6 +11,8 @@ async function run() { const octokit = new github.GitHub(repoToken); const context = github.context; + console.log(context); + core.debug(context); // const { data: pullRequest } = await octokit.pulls.get({