hundreds-summer-15308
09/11/2024, 2:44 PM- name: Generate Infracost breakdown
run: |
infracost breakdown --path=. \
--show-skipped \
--usage-file=infracost-usage.yml \
--format=json \
--out-file=/tmp/infracost.json
- name: Post Infracost comment
run: |
infracost comment github --path=/tmp/infracost.json \
--repo=$GITHUB_REPOSITORY \
--github-token=${{ github.token }} \
--pull-request=${{ github.event.pull_request.number }} \
--behavior=new
i only end up with a blank comment. (2nd picture)
i already have infracost-usage.yml
in the root. any ideas? Thanks!
is this even possible?little-author-61621