Added
-
Added support for using the action in multiple steps in the same job (#26).
All the inputs need to be the same for all steps, except for the following
inputs:sync_files
,shutdown_vm
andrun
. -
Added support for specifying that the VM should not shutdown after the action
has run. This adds a new input parameter:shutdown_vm
. When set tofalse
,
this will hopefully mitigate very frequent freezing of VM during teardown (#61, #72).