Skip to content

Commit

Permalink
fix for interactive mode and custom commitMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaidula committed Oct 5, 2023
1 parent 0a3cbf0 commit 7d54a20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Actions/CodeUpAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class CodeUpAction extends StageAwareBaseAction
*/
protected $localVolume;

public $commitMessage = '';

public function __construct(
string $id,
Commands $controller,
Expand Down

0 comments on commit 7d54a20

Please sign in to comment.