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 id: tea-pr-index
run: | run: |
which tea which tea
pr_number=$(tea pr list \ tea pr list \
--repo ${{ github.repository }} \ --repo ${{ github.repository }} \
--state open \ --state open \
--fields index,head \ --fields index,head \
--output simple \ --output simple
| awk '{print $1}')
echo ${pr_number} echo ${pr_number}
echo "pr_number=$pr_number" >> "$GITHUB_OUTPUT" echo "pr_number=$pr_number" >> "$GITHUB_OUTPUT"