Title
d

Duncan

05/11/2022, 8:03 AM
v

Vadim (Infracost)

05/11/2022, 8:08 AM
This is really cool, thanks for posting Duncan! 🙂
d

Duncan

05/11/2022, 8:11 AM
Yeah I was thinking you could maybe just pipe
infracost output --format github-comment
(which I assume is Markdown) to
$GITHUB_STEP_SUMMARY
and it would look nice.
I wonder how often this page is looked at. Having a comment on a PR is more prominent (+ notifications), but having such option surely will give more possibilities.
👍 1
a

Alistair (Infracost)

05/11/2022, 3:14 PM
This is awesome!
h

Hervé

05/20/2022, 2:43 PM
@Vadim (Infracost) I looked at your test repo but didn't understood how you've managed to get this result. How/where the report is passed to GITHUB_STEP_SUMMARY?
v

Vadim (Infracost)

05/20/2022, 2:44 PM
Using
infracost output
command we can generate the markdown that we send to the ENV var
h

Hervé

05/20/2022, 2:45 PM
Thanks!
🙌 1
b

Brett Curtis

05/23/2022, 11:15 PM
This is sweet, thanks for the heads up!