This commit is contained in:
Michael Shick 2019-11-25 13:13:32 -05:00
parent 49c89434d3
commit 93221a9073
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61

View file

@ -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({