...
Auto-PR Check/Creation and TF/OpenTofu Plan / Check and Create PR (push) Successful in 14s
Auto-PR Check/Creation and TF/OpenTofu Plan / Terraform/OpenTofu Plan (push) Failing after 13s

This commit is contained in:
2025-10-19 11:24:28 -04:00
parent c9328895e7
commit 8f1e149728
+2 -1
View File
@@ -68,7 +68,8 @@ jobs:
- name: Install Tea
id: install-tea-pr-index
env:
TEA_DL_URL: "https://dl.gitea.com/tea/${{ env.TEA_VERSION }}/tea-${{ env.TEA_VERSION }}-linux-amd64"
TEA_VERSION: ${{ env.TEA_VERSION }}
TEA_DL_URL: "https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-amd64"
shell: bash
run: |
cd /tmp