From e78df843ba4ed6dca9028e18f6e45bb419a7227b Mon Sep 17 00:00:00 2001 From: marcosmicJack Date: Mon, 9 Oct 2023 13:30:13 -0500 Subject: [PATCH] add trace --- src/gh.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/gh.js b/src/gh.js index 40481e4..74c8f12 100644 --- a/src/gh.js +++ b/src/gh.js @@ -15,10 +15,8 @@ function separateArrayWithCommas(arr) { function areRunnersOnline(runners){ core.info("Here at areRunnersOnline") core.info(runners) - runners.forEach((runner, index ) => { - core.info(`This runner ${index}, ${runner.name}, will be checked`); - }); - if (runners){ + if(runners){ + core.info("Critical logger") var result = true runners.forEach((runner) => { if (runner.status !== 'online'){