From df9ab6dd51aa9e01948eb22cbded6d8c37f97951 Mon Sep 17 00:00:00 2001 From: rahulbreezo Date: Mon, 25 May 2020 23:18:34 +0530 Subject: [PATCH] test --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 481c099..eae7588 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"); - +// async function run() { try { const sourceBranch = core.getInput("SOURCE_BRANCH", { required: true });