Reverting to custom ANSI-to-HTML action...
This commit is contained in:
@@ -150,23 +150,15 @@ jobs:
|
|||||||
chdir: cloudflare
|
chdir: cloudflare
|
||||||
out: cloudflare.tfplan
|
out: cloudflare.tfplan
|
||||||
|
|
||||||
- run: echo "${{ steps.tofu-plan.outputs.plan-output }}"
|
- run: pwd
|
||||||
|
|
||||||
# - name: ANSI to HTML
|
- 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
|
|
||||||
id: ansi-to-html-plan
|
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:
|
with:
|
||||||
path: ./cloudflare.tfplan
|
path: cloudflare/cloudflare.tfplan
|
||||||
|
|
||||||
- run: echo "${{ steps.ansi-to-html-plan.outputs.contents }}"
|
|
||||||
|
|
||||||
- name: Comment PR with execution number
|
- name: Comment PR with execution number
|
||||||
uses: thollander/actions-comment-pull-request@v3
|
uses: thollander/actions-comment-pull-request@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user