Skip to content

Commit 6e0eb1a

Browse files
committed
Set explicit output variable on shared action.
Local tests did not need this...but apparently the runner in the cloud does.
1 parent 379994d commit 6e0eb1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Output npm audit and list results as Markdown
22
description: >
33
A reusable action to output `npm audit` and a filtered `npm list` (based on
44
the audit results) in Markdown.
5+
outputs:
6+
result:
7+
description: Combined npm audit/list reports
8+
value: ${{ steps.combined_report.outputs.result }}
59
runs:
610
using: composite
711
steps:

0 commit comments

Comments
 (0)