Testing out event path contexts...
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user