From 73f70f5d758da3af634f86604b039677e63900da Mon Sep 17 00:00:00 2001 From: rahulbreezo Date: Thu, 11 Jun 2020 12:44:21 +0530 Subject: [PATCH] testing --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0b6a75b..d8adff1 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 });