Skip to content

Commit 0eea23d

Browse files
authored
1 parent 506849d commit 0eea23d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reliability_report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- run: ncu-config --global set token ${{ secrets.USER_TOKEN }}
2424
- run: ncu-config --global set username ${{ secrets.USER_NAME }}
2525
- run: ncu-ci walk pr --stats=true --markdown $PWD/results.md
26+
- run: cat $PWD/results.md >> $GITHUB_STEP_SUMMARY
2627
- run: |
2728
title_date=$(date +%Y-%m-%d)
2829
echo "{ \"title\": \"CI Reliability ${title_date}\", \"body\": " >> body.json

0 commit comments

Comments
 (0)