Skip to content

Commit

Permalink
fix multiline string
Browse files Browse the repository at this point in the history
  • Loading branch information
maxeeem committed Jan 24, 2024
1 parent bf2f6e6 commit 85312a2
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/python-app-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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<<EOF'
curl https://example.com
echo EOF
} >> "$GITHUB_ENV"

- name: Extract number of failures and errors
id: extract_results
run: |
{
echo 'test_results<<EOF'
echo 'test_results<<EOOOF'
diff -u output-dev.txt output-pr.txt
echo EOF
echo EOOOF
} >> "$GITHUB_ENV"
- name: Setup Node (for diff)
Expand Down

0 comments on commit 85312a2

Please sign in to comment.