Currently this action installs and awaits readiness. But, it could be useful to install, do something else, then await readiness.
I suggest we could allow this action to be called either normally, but also in "init" or "await" mode where the normal mode is equal to "init" + "await". By doing that, one could run other things in between.