From a720c42d66a5944bb8eaec8e18dd21f864e62650 Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Fri, 4 Mar 2022 00:03:31 +0530 Subject: [PATCH] create pr directory before attempting to create files in it --- .github/workflows/status.yml | 1 + 1 file changed, 1 insertion(+) 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