2 Commits

Author SHA1 Message Date
lizheming 7c09b00e73 1.1.6 2019-02-01 19:14:41 +08:00
lizheming 27431b7e9d fix #4 2019-02-01 19:14:37 +08:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "drone-wechat",
"version": "1.1.5",
"version": "1.1.6",
"description": "drone wechat notification plugin",
"main": "index.js",
"scripts": {
+1
View File
@@ -56,6 +56,7 @@ function sendMsgFromWork({
title
}) {
title = render(title);
totag = render(totag);
const description = render(message);
const textcard = { title, url, btntext, description };
return request({