We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506849d commit 0eea23dCopy full SHA for 0eea23d
.github/workflows/reliability_report.yml
@@ -23,6 +23,7 @@ jobs:
23
- run: ncu-config --global set token ${{ secrets.USER_TOKEN }}
24
- run: ncu-config --global set username ${{ secrets.USER_NAME }}
25
- run: ncu-ci walk pr --stats=true --markdown $PWD/results.md
26
+ - run: cat $PWD/results.md >> $GITHUB_STEP_SUMMARY
27
- run: |
28
title_date=$(date +%Y-%m-%d)
29
echo "{ \"title\": \"CI Reliability ${title_date}\", \"body\": " >> body.json
0 commit comments