AkhileshNS / heroku-deploy

A simple github action that dynamically deploys an app to heroku
MIT License
978 stars 258 forks source link

Stream output of execSync #144

Closed jacobwood091 closed 1 year ago

jacobwood091 commented 2 years ago

Adding the inherit option for stdio to a few choice execSync calls will allow us to stream the output of those commands, giving us more verbose logging.

This is especially useful to those of us who tend to watch the progress of an Action from the run pane, and will offer better understanding of the state and progress of the Action as deployment occurs.