Version fix...

This commit is contained in:
2025-11-21 07:35:08 -05:00
parent c6494d875e
commit 4770696d3e
@@ -162,7 +162,7 @@ jobs:
- name: Convert ANSI color codes to HTNL
id: ansi-to-html-plan
uses: justinm/actions-ansi-to-html@v0
uses: justinm/actions-ansi-to-html@v1.0.0
with:
path: ./cloudflare.tfplan
@@ -182,20 +182,20 @@ jobs:
mode: upsert
pr-number: ${{ env.PR_NUMBER }}
- name: Tofu PR Commenter
uses: https://git.trez.wtf/Trez/tf-pr-commenter@main
env:
GITEA_API_URL: ${{ gitea.api_url }}
GITEA_REPOSITORY: ${{ github.repository }}
GITEA_PULL_REQUEST_ID: ${{ github.event.pull_request.number }}
GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
with:
commenter_type: plan
commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}
commenter_exitcode: ${{ steps.tofu-plan.outputs.exitcode }}
git_token: ${{ secrets.BOT_GITEA_TOKEN }}
pr_comments_url: ${{ env.PR_COMMENTS_URL }}
working_directory: cloudflare
# - name: Tofu PR Commenter
# uses: https://git.trez.wtf/Trez/tf-pr-commenter@main
# env:
# GITEA_API_URL: ${{ gitea.api_url }}
# GITEA_REPOSITORY: ${{ github.repository }}
# GITEA_PULL_REQUEST_ID: ${{ github.event.pull_request.number }}
# GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
# with:
# commenter_type: plan
# commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}
# commenter_exitcode: ${{ steps.tofu-plan.outputs.exitcode }}
# git_token: ${{ secrets.BOT_GITEA_TOKEN }}
# pr_comments_url: ${{ env.PR_COMMENTS_URL }}
# working_directory: cloudflare
# - name: Wait for manual approval
# uses: trstringer/manual-approval@v1