test context

This commit is contained in:
Michael Shick 2019-11-22 18:39:10 -05:00
parent 92c3de9d8c
commit 8aa00d578f
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61

View file

@ -11,7 +11,7 @@ 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({
// owner: "octokit",