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 9729ec1 commit 9a93411
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "test_results<<EOF"
diff -u output-dev.txt output-pr.txt
echo EOF
}
} >> "$GITHUB_ENV"
- name: Setup Node (for diff)
uses: actions/setup-node@v4
Expand All @@ -74,8 +74,8 @@ jobs:
uses: thollander/[email protected]
with:
message: |
Test results from DEV: "$test_dev"
Test results from PR: "$test_pr"
Test results from DEV: $test_dev
Test results from PR: $test_pr
$GITHUB_STEP_SUMMARY
comment_tag: execution

Expand Down

0 comments on commit 9a93411

Please sign in to comment.