From 2d597736767b576fa3f44338bd1bf0cf134285f8 Mon Sep 17 00:00:00 2001 From: Michael Shick Date: Mon, 25 Nov 2019 12:23:26 -0500 Subject: [PATCH] trigger --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index db4b982..418df12 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);