Skip to content

Commit

Permalink
Fixes path (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckdake authored Aug 3, 2023
1 parent f36f6b4 commit ad26f04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/infracost.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: infracost
# The GitHub Actions docs (https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#on)
# describe other options for 'on', 'pull_request' is a good default.
on: [pull_request]
Expand All @@ -15,7 +16,7 @@ jobs:
pull-requests: write

env:
TF_ROOT: examples/terraform-project/code
TF_ROOT: tenants/management
# If you're using Terraform Cloud/Enterprise and have variables or private modules stored
# on there, specify the following to automatically retrieve the variables:
# INFRACOST_TERRAFORM_CLOUD_TOKEN: ${{ secrets.TFC_TOKEN }}
Expand Down

0 comments on commit ad26f04

Please sign in to comment.