From 407fe98d61d4174d75053abd7a5861e0d097ca31 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 9 Oct 2025 21:03:29 -0400 Subject: [PATCH] Moving echo message. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9fb90c5..17a1c22 100644 --- a/action.yml +++ b/action.yml @@ -79,7 +79,6 @@ runs: shell: bash if: steps.check-opened-pr-step.outputs.exists == '0' run: | - echo "PR Created 🎫" PR_TITLE=$(git log -n 1 --format=%s) PR_DESCRIP=$(git log -n 1 --format=%b) tea pr c -r ${{ github.repository }} \ @@ -87,3 +86,4 @@ runs: -d "${PR_DESCRIP}" \ -a ${{ github.actor }} \ -L ${{ inputs.pr-label }} + echo "PR Created 🎫" \ No newline at end of file