Testing PR comment action.

This commit is contained in:
2025-11-05 08:28:04 -05:00
parent 27c9eeb132
commit a5ef51383f
@@ -130,14 +130,12 @@ jobs:
chdir: cloudflare chdir: cloudflare
out: cloudflare.tfplan out: cloudflare.tfplan
- name: Convert Plan to JSON - name: Tofu PR Commenter
run: | uses: alexnorell/tofu-pr-commenter@v2.0.0
cd cloudflare with:
tofu show cloudflare.tfplan > cloudflare_tf.txt commenter_type: plan
tofu show -json cloudflare.tfplan > cloudflare_tf.json commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}
echo -e "Gitea: ${{ gitea.event_path }}\nGithub: ${{ github.event_path }}" commenter_exitcode: ${{ steps.tofu-plan.outputs.exitcode }}
cat "${{ gitea.event_path }}"
cat /var/run/act/workflow/event.json
# - name: Tofu Report # - name: Tofu Report
# uses: ahmadnassri/action-terraform-report@v4.1.14 # uses: ahmadnassri/action-terraform-report@v4.1.14