We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f01713 commit 379994dCopy full SHA for 379994d
.github/actions/npm-audit-list/action.yaml
@@ -60,13 +60,12 @@ runs:
60
# Use a random delimiter to capture the multi-line output
61
delimiter=$(openssl rand -hex 8)
62
echo "result<<$delimiter" >> $GITHUB_OUTPUT
63
- echo "
64
- ### npm audit
+ echo "### npm audit
65
66
- ${{ steps.audit_report.outputs.result }}
+ ${{ steps.audit_report.outputs.result }}
67
68
- ### npm list
+ ### npm list
69
70
- ${{ steps.list_report.outputs.result }}
+ ${{ steps.list_report.outputs.result }}
71
" >> $GITHUB_OUTPUT
72
echo "$delimiter" >> $GITHUB_OUTPUT
0 commit comments