Skip to content

Commit e388d7a

Browse files
committed
fix output
1 parent 33a8279 commit e388d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ inputs:
2525
outputs:
2626
result:
2727
description: "A JSON-encoded list of objects detailing the ID of each PR and the comment created by this action."
28-
value: ${{ steps.pr-comment-on-release.outputs.result }}
28+
value: ${{ steps.pr-comment-on-release.outputs }}
2929
runs:
3030
using: "composite"
3131
steps:

0 commit comments

Comments
 (0)