Reverting to custom ANSI-to-HTML action...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user