Skip to content

Commit cb3a7b4

Browse files
committed
fix: Set 'results' output’s value
1 parent 50af96e commit cb3a7b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ inputs:
3535
outputs:
3636
results:
3737
description: "List of issues and pull requests filed (and their associated finding(s)), as stringified JSON"
38+
value: ${{ steps.results.outputs.results }}
3839

3940
runs:
4041
using: "composite"

0 commit comments

Comments
 (0)