From 85312a2d967c3aa39252f2821abf4737ed87ca0c Mon Sep 17 00:00:00 2001 From: Maxim Tarasov Date: Wed, 24 Jan 2024 13:00:45 -0800 Subject: [PATCH] fix multiline string --- .github/workflows/python-app-pr.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/python-app-pr.yml b/.github/workflows/python-app-pr.yml index e49acc6..5a261d0 100644 --- a/.github/workflows/python-app-pr.yml +++ b/.github/workflows/python-app-pr.yml @@ -40,23 +40,14 @@ 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 run: | { - echo 'test_results<> "$GITHUB_ENV" - name: Setup Node (for diff)