diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index 6a00b67..eb8043e 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -176,9 +176,11 @@ jobs: approvers: "Trez.One,gitea-sonarqube-bot" apprise_api_url: ${{ secrets.APPRISE_URL }} initial_comment: | +
Tofu Plan ```terraform - ${{ steps.tofu-plan.outputs.plan-output }} + ${{ steps.plain-tofu-plan.outputs.uncolored }} ```` +
- name: Deploy if approved if: steps.tf-plan-approval.outputs.approval_status == 'approved'