compute-actions
compute-actions copied to clipboard
Manually execute child actions instead of using pre and post hooks
pre- and post- hooks do not work as I had originally understood. For example, when running the root action, the deploy step does not happen until after the workflow has completed.
Instead of depending on pre and post, the root action should be an independent script that calls in to the other actions programatically.