Skip to content

Commit 41ef495

Browse files
Change console info
1 parent e02c839 commit 41ef495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Processors/Actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function handle(): void
2424

2525
protected function showCaption(): void
2626
{
27-
$this->notification->info('Launching Actions');
27+
$this->notification->info('Running actions');
2828
}
2929

3030
protected function ensureRepository(): void

0 commit comments

Comments
 (0)