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 d2d9091 commit 9729ec1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-app-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ jobs:
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
echo EOF
{
echo "test_results<<EOF"
diff -u output-dev.txt output-pr.txt
echo EOF
}
- name: Setup Node (for diff)
uses: actions/setup-node@v4
Expand Down

0 comments on commit 9729ec1

Please sign in to comment.