debug: adding context debugging

This commit is contained in:
Michael Shick 2020-04-08 16:45:36 -07:00
parent 48269c3876
commit 35f26ee693
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61

View file

@ -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;