From 35f26ee693e25cdc5019365a66d020eb4d571053 Mon Sep 17 00:00:00 2001 From: Michael Shick Date: Wed, 8 Apr 2020 16:45:36 -0700 Subject: [PATCH] debug: adding context debugging --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 2387485..a3b9269 100644 --- a/index.js +++ b/index.js @@ -37,6 +37,8 @@ async function run() { payload: { pull_request: pullRequest, sha, repository }, } = github.context; + core.debug(github.context); + const { full_name: repoFullName } = repository; let issueNumber;