Install tea pr index step.
Auto-PR Check/Creation and TF/OpenTofu Plan / Check and Create PR (push) Failing after 4s
Auto-PR Check/Creation and TF/OpenTofu Plan / Terraform/OpenTofu Plan (push) Has been skipped

This commit is contained in:
2025-10-19 14:33:34 -04:00
parent be7b82ca8d
commit 5802973f0c
+9
View File
@@ -84,6 +84,15 @@ jobs:
exit 1
fi
pr_index=$(tea pr list \
--repo ${{ github.repository }} \
--state open \
--fields index,head \
--output simple \
| awk '{print $1}')
echo ${pr_index}
echo "pr_number=$pr_index" >> "$GITHUB_OUTPUT"
- name: Generate .env from Hashicorp Vault
uses: https://git.trez.wtf/Trez/hc-vault-env@main