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 9a93411 commit b876c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
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"
echo 'test_results<<EOF'
diff -u output-dev.txt output-pr.txt
echo EOF
} >> "$GITHUB_ENV"
Expand Down

0 comments on commit b876c86

Please sign in to comment.