Skip to content

Commit

Permalink
multi-line fix (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jul 18, 2024
1 parent 56538ad commit 7449925
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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<<EOF'
cat $GITHUB_STEP_SUMMARY
echo EOF
} >> "$GITHUB_ENV"
- name: PR comment with file
uses: thollander/actions-comment-pull-request@v2
with:
Expand Down

0 comments on commit 7449925

Please sign in to comment.