Skip to content

Commit

Permalink
Cleanup (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jul 18, 2024
1 parent 70025fd commit 2932aa0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
run: |
npm run gh:ctrf -- e2e/reports/ctrf-report.json
cp $GITHUB_STEP_SUMMARY e2e-summary.html
# echo "STEP_SUMMARY_CONTENT=\"$(cat $GITHUB_STEP_SUMMARY)\"" >> $GITHUB_ENV
- name: PR comment with file
- name: Publish Summary as PR Comment
uses: thollander/actions-comment-pull-request@v2
with:
# message: ${{ env.STEP_SUMMARY_CONTENT }}
filePath: e2e-summary.html
comment_tag: summary

0 comments on commit 2932aa0

Please sign in to comment.