Debugging at this point...
This commit is contained in:
@@ -117,12 +117,14 @@ jobs:
|
|||||||
- run: echo "${{ steps.tofu-init.outputs.init-output }}"
|
- run: echo "${{ steps.tofu-init.outputs.init-output }}"
|
||||||
|
|
||||||
- name: ANSI to HTML
|
- name: ANSI to HTML
|
||||||
id: ansi-to-html-plan
|
id: ansi-to-html-init
|
||||||
uses: https://git.trez.wtf/Trez/actions-ansi-to-html@v1.0.1
|
uses: https://git.trez.wtf/Trez/actions-ansi-to-html@v1.0.3
|
||||||
|
env:
|
||||||
|
ACTIONS_STEP_DEBUG: true
|
||||||
with:
|
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
|
- name: Tofu PR Commenter
|
||||||
uses: https://git.trez.wtf/Trez/tf-pr-commenter@main
|
uses: https://git.trez.wtf/Trez/tf-pr-commenter@main
|
||||||
@@ -148,6 +150,18 @@ jobs:
|
|||||||
chdir: cloudflare
|
chdir: cloudflare
|
||||||
out: cloudflare.tfplan
|
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
|
- name: Tofu PR Commenter
|
||||||
uses: https://git.trez.wtf/Trez/tf-pr-commenter@main
|
uses: https://git.trez.wtf/Trez/tf-pr-commenter@main
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user