diff --git a/action.js b/action.js index 94b029d..ef2e1d1 100644 --- a/action.js +++ b/action.js @@ -15,7 +15,6 @@ try{ core.setFailed(error.message); } - // Calls on helpers.js functions, and creates a PR comment for GitHub async function start(targetUrl){ checkUrl(targetUrl); @@ -36,4 +35,3 @@ async function start(targetUrl){ console.log(comment); core.setOutput("header-issues", comment); } - diff --git a/index.js b/index.js index 12a69fd..4085b6c 100755 --- a/index.js +++ b/index.js @@ -10,8 +10,3 @@ async function start(){ } start(); - - - - -