Skip to content

Commit

Permalink
Use GitHub Actions Job Summaries (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau authored May 15, 2023
1 parent 506849d commit 0eea23d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reliability_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- run: ncu-config --global set token ${{ secrets.USER_TOKEN }}
- run: ncu-config --global set username ${{ secrets.USER_NAME }}
- run: ncu-ci walk pr --stats=true --markdown $PWD/results.md
- run: cat $PWD/results.md >> $GITHUB_STEP_SUMMARY
- run: |
title_date=$(date +%Y-%m-%d)
echo "{ \"title\": \"CI Reliability ${title_date}\", \"body\": " >> body.json
Expand Down

0 comments on commit 0eea23d

Please sign in to comment.