Testing out event path contexts...
This commit is contained in:
@@ -135,14 +135,15 @@ jobs:
|
|||||||
cd cloudflare
|
cd cloudflare
|
||||||
tofu show cloudflare.tfplan > cloudflare_tf.txt
|
tofu show cloudflare.tfplan > cloudflare_tf.txt
|
||||||
tofu show -json cloudflare.tfplan > cloudflare_tf.json
|
tofu show -json cloudflare.tfplan > cloudflare_tf.json
|
||||||
|
echo -e "Gitea: ${{ gitea.event_path }}\nGithub: ${{ github.event_path }}"
|
||||||
|
|
||||||
- name: Tofu Report
|
# - name: Tofu Report
|
||||||
uses: ahmadnassri/action-terraform-report@v4.1.14
|
# uses: ahmadnassri/action-terraform-report@v4.1.14
|
||||||
with:
|
# with:
|
||||||
# tell the action the plan outputs
|
# # tell the action the plan outputs
|
||||||
terraform-text: ${{ github.workspace }}/terraform.text
|
# terraform-text: ${{ github.workspace }}/terraform.text
|
||||||
terraform-json: ${{ github.workspace }}/terraform.json
|
# terraform-json: ${{ github.workspace }}/terraform.json
|
||||||
remove-stale-reports: true
|
# remove-stale-reports: true
|
||||||
|
|
||||||
# - name: Build Markdown PR comment from plan file
|
# - name: Build Markdown PR comment from plan file
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user