Skip to content

Commit

Permalink
Updated echo with printf to preserve special characters in the report
Browse files Browse the repository at this point in the history
Signed-off-by: Ritwik G <[email protected]>
  • Loading branch information
ritwik-g authored Feb 2, 2025
1 parent bfcf2ea commit 3a7005d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-container-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
id: tox
run: |
tox -e e2e &&
echo -e "## E2E Tests\n\n$(cat e2e-report.md)" > e2e-report.md
printf '$$\\textcolor{#0051db}{\\tt{E2E\\ Tests}}$$\n\n%s' "$(cat e2e-report.md)" > e2e-report.md
- name: Render the report to the PR
uses: marocchino/sticky-pull-request-comment@v2
Expand Down

0 comments on commit 3a7005d

Please sign in to comment.