Reverting to custom ANSI-to-HTML action...

This commit is contained in:
2025-11-21 07:41:35 -05:00
parent 4770696d3e
commit ad5d92b7a9
@@ -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