From 6016114a4da3ccc85d8da3aeb92fa99a6dd633ca Mon Sep 17 00:00:00 2001 From: Audrone Budryte Date: Sat, 19 Feb 2022 18:44:38 +0000 Subject: [PATCH 1/3] Delete space --- action.js | 1 - 1 file changed, 1 deletion(-) diff --git a/action.js b/action.js index 94b029d..abad169 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); From 6c3fdeefc609dcf271eb3513d7af2d1e2deafb6c Mon Sep 17 00:00:00 2001 From: Audrone Budryte Date: Sat, 19 Feb 2022 18:55:31 +0000 Subject: [PATCH 2/3] Delete empty space --- index.js | 5 ----- 1 file changed, 5 deletions(-) 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(); - - - - - From 74f104095a5ac6c7ab468e122ae2f1cd8d13c585 Mon Sep 17 00:00:00 2001 From: Audrone Budryte Date: Sat, 19 Feb 2022 19:03:24 +0000 Subject: [PATCH 3/3] Delete more spaces --- action.js | 1 - 1 file changed, 1 deletion(-) diff --git a/action.js b/action.js index abad169..ef2e1d1 100644 --- a/action.js +++ b/action.js @@ -35,4 +35,3 @@ async function start(targetUrl){ console.log(comment); core.setOutput("header-issues", comment); } -