diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index 4206352..36b6531 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -117,12 +117,14 @@ jobs: - run: echo "${{ steps.tofu-init.outputs.init-output }}" - name: ANSI to HTML - id: ansi-to-html-plan - uses: https://git.trez.wtf/Trez/actions-ansi-to-html@v1.0.1 + id: ansi-to-html-init + uses: https://git.trez.wtf/Trez/actions-ansi-to-html@v1.0.3 + env: + ACTIONS_STEP_DEBUG: true with: - input: ${{ steps.tofu-plan.outputs.plan-output }} + input: ${{ steps.tofu-init.outputs.init-output }} - - run: echo "${{ steps.ansi-to-html-plan.outputs.contents }}" + - run: echo "${{ steps.ansi-to-html-init.outputs.contents }}" - name: Tofu PR Commenter uses: https://git.trez.wtf/Trez/tf-pr-commenter@main @@ -148,6 +150,18 @@ jobs: chdir: cloudflare out: cloudflare.tfplan + - run: echo "${{ steps.tofu-plan.outputs.plan-output }}" + + - name: ANSI to HTML + id: ansi-to-html-plan + uses: https://git.trez.wtf/Trez/actions-ansi-to-html@v1.0.3 + env: + ACTIONS_STEP_DEBUG: true + with: + input: ${{ steps.tofu-init.outputs.plan-output }} + + - run: echo "${{ steps.ansi-to-html-plan.outputs.contents }}" + - name: Tofu PR Commenter uses: https://git.trez.wtf/Trez/tf-pr-commenter@main env: