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 \