We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da8e69c + 7c42de4 commit 7f2b1f6Copy full SHA for 7f2b1f6
src/Processors/Install.php
@@ -13,7 +13,7 @@ class Install extends Processor
13
public function handle(): void
14
{
15
if ($this->exists()) {
16
- $this->notification->warning('Actions repository already exists');
+ $this->notification->info('Actions repository already exists');
17
18
return;
19
}
src/Processors/Rollback.php
@@ -59,7 +59,7 @@ protected function rollbackAction(string $action): void
59
protected function nothingToRollback(): bool
60
61
if ($this->count() <= 0) {
62
- $this->notification->warning('Nothing To Rollback');
+ $this->notification->info('Nothing To Rollback');
63
64
return true;
65
0 commit comments