Removing the debug line for PR URL.
This commit is contained in:
@@ -88,12 +88,6 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
echo -e "✅ A PR already exists for ${{ github.ref_name }} (PR #${{ steps.check-opened-pr-step.outputs.pr_number }})"
|
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 \
|
created_pr_url=$(tea pr ls --state open \
|
||||||
-r ${{ github.repository }} \
|
-r ${{ github.repository }} \
|
||||||
-f index,url \
|
-f index,url \
|
||||||
|
|||||||
Reference in New Issue
Block a user