From bf2f6e6276056459693532f1e14039f753ed17e8 Mon Sep 17 00:00:00 2001 From: Maxim Tarasov Date: Wed, 24 Jan 2024 12:53:38 -0800 Subject: [PATCH] fix multiline string --- .github/workflows/python-app-pr.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/python-app-pr.yml b/.github/workflows/python-app-pr.yml index 4c921e8..e49acc6 100644 --- a/.github/workflows/python-app-pr.yml +++ b/.github/workflows/python-app-pr.yml @@ -40,6 +40,15 @@ jobs: with: workflow: python-app-dev.yml name: test-report + + - name: Set the value in bash + id: step_one + run: | + { + echo 'JSON_RESPONSE<> "$GITHUB_ENV" - name: Extract number of failures and errors id: extract_results