From f46db30e96d948899892ae3739f43b6e0b255b92 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 6 Nov 2025 07:18:33 -0500 Subject: [PATCH] Adding outputs for PR comments and comment ID. --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2151de0..1b3c0d9 100644 --- a/action.yml +++ b/action.yml @@ -38,9 +38,12 @@ outputs: pr_url: description: The URL for the PR index/number that exists or was created 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: 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: