diff --git a/.github/workflows/status.yml b/.github/workflows/status.yml index 4b7f5e2a..d418cd4d 100644 --- a/.github/workflows/status.yml +++ b/.github/workflows/status.yml @@ -32,6 +32,7 @@ jobs: - name: Run status checks id: status_check run: | + mkdir -p pr # Run status checks, Remove ANSI colors from the text output=$(npx 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