From 93cc512f743a3e41ade9fd01cda7551b680a334c Mon Sep 17 00:00:00 2001 From: "tan.nguyen" Date: Thu, 28 Mar 2024 23:25:47 +0700 Subject: [PATCH] test --- src/Commands/ArtifactCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/ArtifactCommand.php b/src/Commands/ArtifactCommand.php index 1fa1d8c..ef06a3c 100644 --- a/src/Commands/ArtifactCommand.php +++ b/src/Commands/ArtifactCommand.php @@ -356,7 +356,7 @@ protected function prepareArtifact(): void { $result = $this->commitAllChangesInGitRepository(); // Show all changes if needed. if ($this->showChanges) { - $this->io->info(sprintf('Added changes: %s', implode("\n", $result))); + $this->io->text(sprintf('Added changes: %s', implode("\n", $result))); $this->logNotice(sprintf('Added changes: %s', implode("\n", $result))); } }