diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index 36b6531..159aaa2 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -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 }}