Var change.
Auto-PR Check/Creation and TF/OpenTofu Plan / Check and Create PR (push) Failing after 1m17s
Auto-PR Check/Creation and TF/OpenTofu Plan / Terraform/OpenTofu Plan (push) Has been skipped

This commit is contained in:
2025-10-19 19:42:08 -04:00
parent 5802973f0c
commit ed10dae0b4
+3 -3
View File
@@ -84,15 +84,15 @@ jobs:
exit 1 exit 1
fi fi
pr_index=$(tea pr list \ pr_number=$(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}') | awk '{print $1}')
echo ${pr_index} echo ${pr_number}
echo "pr_number=$pr_index" >> "$GITHUB_OUTPUT" echo "pr_number=$pr_number" >> "$GITHUB_OUTPUT"
- name: Generate .env from Hashicorp Vault - name: Generate .env from Hashicorp Vault
uses: https://git.trez.wtf/Trez/hc-vault-env@main uses: https://git.trez.wtf/Trez/hc-vault-env@main