debug: inspect github context on merge from pr -> master

This commit is contained in:
Michael Shick 2020-04-08 17:05:00 -07:00
parent 0d766c9e6d
commit 240085d7fd
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61
2 changed files with 4 additions and 0 deletions

2
dist/index.js vendored
View file

@ -2023,6 +2023,8 @@ async function run() {
sha: commitSha,
} = github.context;
core.debug(JSON.stringify(github.context));
const { full_name: repoFullName } = repository;
let issueNumber;

View file

@ -36,6 +36,8 @@ async function run() {
sha: commitSha,
} = github.context;
core.debug(JSON.stringify(github.context));
const { full_name: repoFullName } = repository;
let issueNumber;