From 779561f328415e8a35bfafb8d3e68061b9cf371a Mon Sep 17 00:00:00 2001 From: Aleksandr S Date: Thu, 3 Mar 2022 18:26:48 +0300 Subject: [PATCH] Revert "workflow update" This reverts commit c6d9a313068f3b3d87e25d857191d8e95372fcec. --- .github/workflows/status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/status.yml b/.github/workflows/status.yml index c32c91f0..33f4e990 100644 --- a/.github/workflows/status.yml +++ b/.github/workflows/status.yml @@ -33,7 +33,7 @@ jobs: id: status_check run: | # Run status checks, Remove ANSI colors from the text - output=$(ts-node ./status-checks/index.ts | sed 's/\x1B\[[0-9;]\{1,\}[A-Za-z]//g') + output=$(node ./status-checks | sed 's/\x1B\[[0-9;]\{1,\}[A-Za-z]//g') # Escape newlines so _all_ the output is included in the set-output output="${output//'%'/'%25'}" output="${output//$'\n'/'%0A'}"