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 34e3f97bfd - Show all commits
+8 -6
View File
@@ -152,7 +152,7 @@ jobs:
# exclude-file:
# var:
# var-file:
# out:
out: cloudflare.tfplan
# compact-warnings:
# detailed-exitcode:
# generate-config-out: .
@@ -171,12 +171,14 @@ jobs:
uses: https://git.trez.wtf/Trez.One/git-auto-comment@main
with:
platform: gitea
token: ${BOT_GITEA_TOKEN}
pr_index: $${{ steps.tea-pr-index.outputs.pr_number }}
token: ${{ secrets.BOT_GITEA_TOKEN }}
pr_index: ${{ steps.tea-pr-index.outputs.pr_number }}
content: ${{ steps.tofu_plan.outputs.plan-output }}
comment_template: |
${{ steps.tofu_plan.outputs.plan-output }}
____________________________________
${{ steps.tofu_plan.outputs.exitcode }}
🚀 **Tofu Plan Output**
---
{lines}
Exit Code: ${{ steps.tofu_plan.outputs.exitcode }}
# - name: Tofu Plan Comment
# id: tofu_plan