Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fdfe489

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /