limited-intern-19479
05/22/2025, 5:12 PMHEAD
and main
on a PR).
- name: "Generate Infracost cost estimate baseline" # Generate base branch cost.
run: >
infracost breakdown
--config-file .infracost.yml
--format json
--out-file /tmp/infracost-base.json
This errors out, saying that --path
is required. Is the --config-file
argument not supported in Actions?