Skip to content

Commit

Permalink
Merge branch 'master' of github.com:infracost/actions into master
Browse files Browse the repository at this point in the history
  • Loading branch information
alikhajeh1 committed Feb 3, 2022
2 parents ea23b7f + bad990c commit 982466b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
with:
api-key: ${{ secrets.INFRACOST_API_KEY }}
- name: Setup OPA
uses: infracost/setup-opa@v1
uses: open-policy-agent/setup-opa@v1
- name: Run Infracost
run: >-
infracost breakdown --path=examples/opa/code/plan.json --format=json
Expand Down
2 changes: 1 addition & 1 deletion examples/opa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
api-key: ${{ secrets.INFRACOST_API_KEY }}

- name: Setup OPA
uses: infracost/setup-opa@v1
uses: open-policy-agent/setup-opa@v1

- name: Run Infracost
run: infracost breakdown --path=examples/opa/code/plan.json --format=json --out-file=/tmp/infracost.json
Expand Down

0 comments on commit 982466b

Please sign in to comment.