Removing the debug line for PR URL.

This commit is contained in:
2025-11-05 15:41:52 -05:00
parent 8b38a57420
commit 67d3cc9373
-6
View File
@@ -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 \