diff --git a/.github/workflows/ci-container-build.yaml b/.github/workflows/ci-container-build.yaml index 333aa5a59..82d7552b1 100644 --- a/.github/workflows/ci-container-build.yaml +++ b/.github/workflows/ci-container-build.yaml @@ -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