From 3d410f594dc65ab54f3bbff920a3fdf3995926ac Mon Sep 17 00:00:00 2001 From: Michael Shick Date: Fri, 22 Nov 2019 18:35:48 -0500 Subject: [PATCH] test context --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5bd4e36..9ebcb4e 100644 --- a/index.js +++ b/index.js @@ -18,7 +18,7 @@ async function run() { // repo: "rest.js", // pull_number: 123, // }); - + // // console.log(pullRequest); } catch (error) { core.setFailed(error.message);