Debugging at this point...

This commit is contained in:
2025-11-19 13:22:49 -05:00
parent 1cb85a66f9
commit f985a61505
@@ -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: