Step renames.
Auto-PR Check/Creation and TF/OpenTofu Plan / Check and Create PR (push) Successful in 20s
Auto-PR Check/Creation and TF/OpenTofu Plan / Terraform/OpenTofu Plan (push) Failing after 19s

This commit is contained in:
2025-10-21 17:50:39 -04:00
parent 9223e63687
commit ad9b8b43b0
+3 -3
View File
@@ -72,8 +72,8 @@ jobs:
name: tea
version: ${{ env.TEA_VERSION }}
- name: Install Tea
id: install-tea-pr-index
- name: Extract PR Index
id: tea-pr-index
run: |
pr_number=$(tea pr list \
--repo ${{ github.repository }} \
@@ -163,7 +163,7 @@ jobs:
with:
platform: gitea
token: ${BOT_GITEA_TOKEN}
pr_index: $${{ steps.install-tea-pr-index.outputs.pr_number }}
pr_index: $${{ steps.tea-pr-index.outputs.pr_number }}
comment_template: |
${{ steps.tofu_plan.outputs.plan-output }}
____________________________________