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 - name: ANSI to HTML
id: ansi-to-html-plan 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: env:
ACTIONS_STEP_DEBUG: true ACTIONS_STEP_DEBUG: true
with: with:
input: ${{ steps.tofu-init.outputs.plan-output }} input: ${{ steps.tofu-plan.outputs.plan-output }}
- run: echo "${{ steps.ansi-to-html-plan.outputs.contents }}" - 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@v1.0.2
env: env:
GITEA_API_URL: ${{ gitea.api_url }} GITEA_API_URL: ${{ gitea.api_url }}
GITEA_REPOSITORY: ${{ github.repository }} GITEA_REPOSITORY: ${{ github.repository }}