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 b876c86 commit d5481dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python-app-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
- name: Extract number of failures and errors
id: extract_results
run: |
echo "test_dev=$(tail -2 output-dev.txt | head -1)" >> "$GITHUB_ENV"
echo "test_pr=$(tail -2 output-pr.txt | head -1)" >> "$GITHUB_ENV"
{
echo 'test_results<<EOF'
diff -u output-dev.txt output-pr.txt
Expand Down Expand Up @@ -74,8 +72,6 @@ jobs:
uses: thollander/[email protected]
with:
message: |
Test results from DEV: $test_dev
Test results from PR: $test_pr
$GITHUB_STEP_SUMMARY
comment_tag: execution

Expand Down

0 comments on commit d5481dc

Please sign in to comment.