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.
api-url
issues/create-comment
1 parent e3ce961 commit f46e049Copy full SHA for f46e049
issues/create-comment/action.yaml
@@ -33,7 +33,10 @@ outputs:
33
description: "The ID of the created comment"
34
comment-url:
35
value: ${{ steps.create-comment.outputs.comment-url }}
36
- description: "A URL to the created comment"
+ description: "A browser URL to the created comment"
37
+ comment-api-url:
38
+ value: ${{ steps.create-comment.outputs.comment-api-url }}
39
+ description: "An API URL to the created comment"
40
41
runs:
42
using: "composite"
@@ -53,3 +56,4 @@ runs:
53
56
})
54
57
core.setOutput('comment-id', comment.id)
55
58
core.setOutput('comment-url', comment.html_url)
59
+ core.setOutput('comment-api-url', comment.url)
0 commit comments