From f47e58756bec224e83c28978234e5172c86c21a8 Mon Sep 17 00:00:00 2001 From: rahulbreezo Date: Mon, 25 May 2020 22:34:56 +0530 Subject: [PATCH] minor changes --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f844f46..f498358 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ const core = require("@actions/core"); const github = require("@actions/github"); const createBranch = require("./create-branch"); - +//console async function run() { try { const sourceBranch = core.getInput("SOURCE_BRANCH", { required: true });