From 0f688d08b8623eb27e76098cd479c384df67a302 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Thu, 11 Aug 2022 04:48:55 +0100 Subject: [PATCH] Fix: read git branch from project path git repo --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) 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'