Skip to content

Commit

Permalink
update tf-summarize repo URL in demo workflow (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishaningithub authored Aug 15, 2023
1 parent c091e4e commit fd113c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
Expand All @@ -20,7 +20,7 @@ jobs:

- name: Install terraform-plan-summary
run: |
REPO="dineshba/terraform-plan-summary"
REPO="dineshba/tf-summarize"
curl -LO https://github.com/$REPO/releases/latest/download/tf-summarize_linux_amd64.zip
tmpDir=$(mktemp -d -t tmp.XXXXXXXXXX)
mv tf-summarize_linux_amd64.zip $tmpDir
Expand Down Expand Up @@ -54,6 +54,6 @@ jobs:
run: terraform show -json tfplan | tf-summarize -separate-tree
working-directory: ./example

- name: summary in draw table format
- name: summary in draw visual tree format
run: terraform show -json tfplan | tf-summarize -tree -draw
working-directory: ./example
working-directory: ./example

0 comments on commit fd113c7

Please sign in to comment.