From 1ecc4d3ac37c8a161cdec0ee5634074d3242797d Mon Sep 17 00:00:00 2001 From: Westin Musser <127992899+westin-m@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:01:05 -0700 Subject: [PATCH] split it up --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 68c12a026..ffcdb3ec3 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -69,7 +69,7 @@ jobs: - name: Set comment content shell: bash run: | - CONTENT=$(cat CodeCoverage/SummaryGithub.md | sed ':a;N;$!ba;s/\n/\\n/g') + CONTENT=$(cat CodeCoverage/SummaryGithub.md) echo "COMMENT_CONTENT=$CONTENT" >> $GITHUB_ENV # run: | # cat CodeCoverage/SummaryGithub.md >> $COMMENT_CONTENT