diff --git a/dist/index.js b/dist/index.js index b25c71b..0f70a7f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -63027,10 +63027,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'){