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 33a8279 commit e388d7aCopy full SHA for e388d7a
action.yml
@@ -25,7 +25,7 @@ inputs:
25
outputs:
26
result:
27
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 }}
+ value: ${{ steps.pr-comment-on-release.outputs }}
29
runs:
30
using: "composite"
31
steps:
0 commit comments