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 - name: Convert ANSI color codes to HTNL
id: ansi-to-html-plan id: ansi-to-html-plan
uses: justinm/actions-ansi-to-html@v0 uses: justinm/actions-ansi-to-html@v1.0.0
with: with:
path: ./cloudflare.tfplan path: ./cloudflare.tfplan
@@ -182,20 +182,20 @@ jobs:
mode: upsert mode: upsert
pr-number: ${{ env.PR_NUMBER }} pr-number: ${{ env.PR_NUMBER }}
- 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:
GITEA_API_URL: ${{ gitea.api_url }} # GITEA_API_URL: ${{ gitea.api_url }}
GITEA_REPOSITORY: ${{ github.repository }} # GITEA_REPOSITORY: ${{ github.repository }}
GITEA_PULL_REQUEST_ID: ${{ github.event.pull_request.number }} # GITEA_PULL_REQUEST_ID: ${{ github.event.pull_request.number }}
GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }} # GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
with: # with:
commenter_type: plan # commenter_type: plan
commenter_input: ${{ steps.tofu-plan.outputs.plan-output }} # commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}
commenter_exitcode: ${{ steps.tofu-plan.outputs.exitcode }} # commenter_exitcode: ${{ steps.tofu-plan.outputs.exitcode }}
git_token: ${{ secrets.BOT_GITEA_TOKEN }} # git_token: ${{ secrets.BOT_GITEA_TOKEN }}
pr_comments_url: ${{ env.PR_COMMENTS_URL }} # pr_comments_url: ${{ env.PR_COMMENTS_URL }}
working_directory: cloudflare # working_directory: cloudflare
# - name: Wait for manual approval # - name: Wait for manual approval
# uses: trstringer/manual-approval@v1 # uses: trstringer/manual-approval@v1