Adding outputs for PR comments and comment ID.

This commit is contained in:
2025-11-06 07:18:33 -05:00
parent f5c53abeda
commit f46db30e96
+4 -1
View File
@@ -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: