Initial version of Auto PR Tofu Plan. #6

Merged
Trez.One merged 56 commits from initial-workflows_2025-10-17T20-10-31 into main 2025-10-24 10:28:56 -04:00
Showing only changes of commit ad9b8b43b0 - Show all commits
+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 }}
____________________________________