Hey, I want to pass a step even in GH actions even...
# help
f
Hey, I want to pass a step even in GH actions even if infracost runs into an error like this, is that a possibility?
m
hey @fancy-scientist-81076 I think you’d need to capture the exit code of infracost comment in the shell script on the action step
l
There’s also https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error which might help. It’s not something I’ve tried before though.
f
Ah ok thank you