Moving echo message.

This commit is contained in:
2025-10-09 21:03:29 -04:00
parent 444f98925e
commit 407fe98d61
+1 -1
View File
@@ -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 🎫"