From 649e9ba203f70619a10a06368625d81306df237e Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 4 Jan 2026 14:56:38 -0500 Subject: [PATCH] Message fix. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0e26695..4fe4f5e 100644 --- a/action.yml +++ b/action.yml @@ -143,7 +143,7 @@ runs: pr_comments_url="${{ inputs.url }}/api/v1/repos/${{ github.repository }}/issues/${created_pr_index}/comments" - echo "PR Created 🎫 (PR ${created_pr_index}) - ${created_pr_url}" + echo "PR Created 🎫" echo "created_pr_index=$created_pr_index" >> $GITHUB_OUTPUT echo "pr_url=$created_pr_url" >> $GITHUB_OUTPUT echo "pr_comments_url=$pr_comments_url" >> $GITHUB_OUTPUT