Testing Tea call...
Auto-PR Check/Creation and TF/OpenTofu Plan / Check and Create PR (push) Successful in 17s
Auto-PR Check/Creation and TF/OpenTofu Plan / Terraform/OpenTofu Plan (push) Failing after 23s

This commit is contained in:
2025-10-21 17:54:25 -04:00
parent 8f6c762f2a
commit 58ea6c2e25
+5 -6
View File
@@ -76,12 +76,11 @@ jobs:
id: tea-pr-index
run: |
which tea
pr_number=$(tea pr list \
--repo ${{ github.repository }} \
--state open \
--fields index,head \
--output simple \
| awk '{print $1}')
tea pr list \
--repo ${{ github.repository }} \
--state open \
--fields index,head \
--output simple
echo ${pr_number}
echo "pr_number=$pr_number" >> "$GITHUB_OUTPUT"