From 67d3cc9373d1fcd5c7a3fd475b8f3a91551556b4 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 5 Nov 2025 15:41:52 -0500 Subject: [PATCH] Removing the debug line for PR URL. --- action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/action.yml b/action.yml index f3c6b8b..81a0400 100644 --- a/action.yml +++ b/action.yml @@ -88,12 +88,6 @@ runs: run: | echo -e "✅ A PR already exists for ${{ github.ref_name }} (PR #${{ steps.check-opened-pr-step.outputs.pr_number }})" - tea pr ls --state open \ - -r ${{ github.repository }} \ - -f index,url \ - -o simple \ - | egrep "${{ steps.check-opened-pr-step.outputs.pr_number }}" | awk '{print $2}' - created_pr_url=$(tea pr ls --state open \ -r ${{ github.repository }} \ -f index,url \