From 7d54a202a5a1a4d588f8226a186c001bfe167397 Mon Sep 17 00:00:00 2001 From: Dan Gaidula Date: Wed, 4 Oct 2023 09:58:29 -0400 Subject: [PATCH] fix for interactive mode and custom commitMessage --- src/Actions/CodeUpAction.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Actions/CodeUpAction.php b/src/Actions/CodeUpAction.php index 424a5c6..d7284b7 100644 --- a/src/Actions/CodeUpAction.php +++ b/src/Actions/CodeUpAction.php @@ -21,6 +21,8 @@ class CodeUpAction extends StageAwareBaseAction */ protected $localVolume; + public $commitMessage = ''; + public function __construct( string $id, Commands $controller,