Skip to content

Commit 29e633f

Browse files
Merge pull request #137 from TheDragonCode/4.x
Change console info
2 parents 8dcf5c3 + 41ef495 commit 29e633f

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)