diff --git a/action.yml b/action.yml index 1e0e6a95..99e34e0e 100644 --- a/action.yml +++ b/action.yml @@ -166,6 +166,10 @@ inputs: default: '' required: false description: 'Use to specify a way to start depdency services health to enable resilient self-starting jobs' + watchToEnd: + default: 'true' + required: false + description: 'Watch build to end or leave unattended: true/false' outputs: volume: description: 'The Persistent Volume (PV) where the build artifacts have been stored by Kubernetes'