Skip to content

Commit fdfe489

Browse files
authored
Merge pull request #15 from reallyli/update-deploy-notification-comments
Updated deploy notification comments
2 parents 82ee2b1 + 43702d4 commit fdfe489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/task/notification.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ function sendDeployNotification($subject)
8282
}
8383

8484
task('success:notify', function () {
85-
return sendDeployNotification('成功发布新版本');
85+
return sendDeployNotification('发布 '.get('application').' 项目新版本成功');
8686
})->local();
8787

8888
task('failed:notify', function () {
89-
return sendDeployNotification('发布新版本失败');
89+
return sendDeployNotification('发布 '.get('application').' 项目新版本失败');
9090
})->local();

0 commit comments

Comments
 (0)