Skip to content

Commit

Permalink
fix multiline string passed to GITHUB_ENV
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Fedotov <[email protected]>
  • Loading branch information
nevermarine committed Dec 26, 2024
1 parent 161214e commit 57940b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/e2e/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ tasks:
[:link: GitHub Actions Output]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID)
"
echo "SUMMARY=$SUMMARY" >> $GITHUB_ENV
echo "SUMMARY<<EOF
$SUMMARY
EOF" >> $GITHUB_ENV
exit $EXIT_CODE
run:
Expand Down

0 comments on commit 57940b3

Please sign in to comment.