Skip to content

Commit

Permalink
split it up
Browse files Browse the repository at this point in the history
  • Loading branch information
westin-m committed Oct 24, 2024
1 parent aed7392 commit 1ecc4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ecc4d3

Please sign in to comment.