From 744992597df2d92d54d1cbb5ae1dc6a825c38146 Mon Sep 17 00:00:00 2001 From: Brian Ingles Date: Thu, 18 Jul 2024 11:11:46 -0500 Subject: [PATCH] multi-line fix (#29) --- .github/workflows/e2e.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4f0fe1c3..47c826bc 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -29,7 +29,11 @@ jobs: # days here, but we can configure it in the repository settings. run: | npm run gh:ctrf -- e2e/reports/ctrf-report.json - echo "STEP_SUMMARY_CONTENT=$(cat $GITHUB_STEP_SUMMARY)" >> $GITHUB_ENV + { + echo 'STEP_SUMMARY_CONTENT<> "$GITHUB_ENV" - name: PR comment with file uses: thollander/actions-comment-pull-request@v2 with: