Skip to content

Commit 8a5d181

Browse files
authored
modify
1 parent 5829536 commit 8a5d181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform-plan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
api-key: ${{ secrets.INFRACOST_API_KEY }}
6767
- name: Run Infracost
6868
run: |
69-
infracost breakdown --path=../tfplan.json --format=json --out-file=/tmp/infracost.json && pwd && cat /tmp/infracost.json
69+
infracost breakdown --path=./terraform --format=json --out-file=/tmp/infracost.json && pwd && cat /tmp/infracost.json
7070
7171
# Checkout the branch you want Infracost to compare costs against, most commonly the target branch.
7272
- name: Checkout base branch

0 commit comments

Comments
 (0)