Testing out event path contexts...

This commit is contained in:
2025-11-05 06:37:20 -05:00
parent ace89a01b6
commit d963274f50
@@ -135,14 +135,15 @@ jobs:
cd cloudflare
tofu show cloudflare.tfplan > cloudflare_tf.txt
tofu show -json cloudflare.tfplan > cloudflare_tf.json
echo -e "Gitea: ${{ gitea.event_path }}\nGithub: ${{ github.event_path }}"
- name: Tofu Report
uses: ahmadnassri/action-terraform-report@v4.1.14
with:
# tell the action the plan outputs
terraform-text: ${{ github.workspace }}/terraform.text
terraform-json: ${{ github.workspace }}/terraform.json
remove-stale-reports: true
# - name: Tofu Report
# uses: ahmadnassri/action-terraform-report@v4.1.14
# with:
# # tell the action the plan outputs
# terraform-text: ${{ github.workspace }}/terraform.text
# terraform-json: ${{ github.workspace }}/terraform.json
# remove-stale-reports: true
# - name: Build Markdown PR comment from plan file
# run: |