Debugging at this point...

This commit is contained in:
2025-11-19 13:29:32 -05:00
parent f985a61505
commit 582b25a525
@@ -154,16 +154,16 @@ jobs:
- name: ANSI to HTML
id: ansi-to-html-plan
uses: https://git.trez.wtf/Trez/actions-ansi-to-html@v1.0.3
uses: https://git.trez.wtf/Trez/actions-ansi-to-html@v1.0.2
env:
ACTIONS_STEP_DEBUG: true
with:
input: ${{ steps.tofu-init.outputs.plan-output }}
input: ${{ steps.tofu-plan.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
uses: https://git.trez.wtf/Trez/tf-pr-commenter@v1.0.2
env:
GITEA_API_URL: ${{ gitea.api_url }}
GITEA_REPOSITORY: ${{ github.repository }}