From 240085d7fd326249008880448fe368e9da6f45b8 Mon Sep 17 00:00:00 2001 From: Michael Shick Date: Wed, 8 Apr 2020 17:05:00 -0700 Subject: [PATCH] debug: inspect github context on merge from pr -> master --- dist/index.js | 2 ++ index.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dist/index.js b/dist/index.js index 8d99598..24306fc 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2023,6 +2023,8 @@ async function run() { sha: commitSha, } = github.context; + core.debug(JSON.stringify(github.context)); + const { full_name: repoFullName } = repository; let issueNumber; diff --git a/index.js b/index.js index e044eea..5976f13 100644 --- a/index.js +++ b/index.js @@ -36,6 +36,8 @@ async function run() { sha: commitSha, } = github.context; + core.debug(JSON.stringify(github.context)); + const { full_name: repoFullName } = repository; let issueNumber;