mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
workflow update
This commit is contained in:
parent
9d3775565d
commit
bab582ed11
2
.github/workflows/status.yml
vendored
2
.github/workflows/status.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
id: status_check
|
||||
run: |
|
||||
# Run status checks, Remove ANSI colors from the text
|
||||
output=$(node ./status-checks | sed 's/\x1B\[[0-9;]\{1,\}[A-Za-z]//g')
|
||||
output=$(ts-node ./status-checks/index.ts | 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'}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user