diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index 53c797b..52f4359 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -150,23 +150,15 @@ jobs: chdir: cloudflare out: cloudflare.tfplan - - run: echo "${{ steps.tofu-plan.outputs.plan-output }}" + - run: pwd - # - 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-plan.outputs.plan-output }} - - - name: Convert ANSI color codes to HTNL + - name: ANSI to HTML id: ansi-to-html-plan - uses: justinm/actions-ansi-to-html@v1.0.0 + uses: https://git.trez.wtf/Trez/actions-ansi-to-html@v1.0.3 + env: + ACTIONS_STEP_DEBUG: true with: - path: ./cloudflare.tfplan - - - run: echo "${{ steps.ansi-to-html-plan.outputs.contents }}" + path: cloudflare/cloudflare.tfplan - name: Comment PR with execution number uses: thollander/actions-comment-pull-request@v3