Adding outputs for PR comments and comment ID.
This commit is contained in:
+4
-1
@@ -38,9 +38,12 @@ outputs:
|
|||||||
pr_url:
|
pr_url:
|
||||||
description: The URL for the PR index/number that exists or was created
|
description: The URL for the PR index/number that exists or was created
|
||||||
value: ${{ steps.set-pr-output.outputs.pr_url }}
|
value: ${{ steps.set-pr-output.outputs.pr_url }}
|
||||||
|
pr_comments_url:
|
||||||
|
description: API endpoint for grabbing all comments of a PR
|
||||||
|
value: ${{ steps.set-pr-output.outputs.pr_comments_url }}
|
||||||
pr_comment_id:
|
pr_comment_id:
|
||||||
description: API endpoint for grabbing all comments of a PR
|
description: API endpoint for grabbing all comments of a PR
|
||||||
value: ${{ steps.set-pr-output.outputs.pr_comment }}
|
value: ${{ steps.set-pr-output.outputs.pr_comment_id }}
|
||||||
|
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
|
|||||||
Reference in New Issue
Block a user