Skip to content

Commit 379994d

Browse files
committed
Fix spacing in shared action.
1 parent 7f01713 commit 379994d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/actions/npm-audit-list/action.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,12 @@ runs:
6060
# Use a random delimiter to capture the multi-line output
6161
delimiter=$(openssl rand -hex 8)
6262
echo "result<<$delimiter" >> $GITHUB_OUTPUT
63-
echo "
64-
### npm audit
63+
echo "### npm audit
6564
66-
${{ steps.audit_report.outputs.result }}
65+
${{ steps.audit_report.outputs.result }}
6766
68-
### npm list
67+
### npm list
6968
70-
${{ steps.list_report.outputs.result }}
69+
${{ steps.list_report.outputs.result }}
7170
" >> $GITHUB_OUTPUT
7271
echo "$delimiter" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)