File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44167,7 +44167,7 @@ const path = __nccwpck_require__(1017);
44167
44167
const message = {
44168
44168
msgtype: 'markdown',
44169
44169
markdown: {
44170
- content: `**📢 博客变更通知**\n分支 : ${refName}\n提交信息 : ${commitMessage}\n提交人 : ${actor}\n\n**新增博客文章**:\n${addedBlogs || '无新增博客'}\n \n**更新博客文章**:\n${updatedBlogs || '无更新博客'}`
44170
+ content: `**📢 博客变更通知**\n**分支** : ${refName}\n**提交信息** : ${commitMessage}\n**提交人** : ${actor}\n\n**新增博客文章**:\n${addedBlogs || '无新增博客'}\n**更新博客文章**:\n${updatedBlogs || '无更新博客'}`
44171
44171
}
44172
44172
};
44173
44173
// Send message to WeChat robot
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ const path = require('path');
91
91
const message = {
92
92
msgtype : 'markdown' ,
93
93
markdown : {
94
- content : `**📢 博客变更通知**\n分支 : ${ refName } \n提交信息 : ${ commitMessage } \n提交人 : ${ actor } \n\n**新增博客文章**:\n${ addedBlogs || '无新增博客' } \n \n**更新博客文章**:\n${ updatedBlogs || '无更新博客' } `
94
+ content : `**📢 博客变更通知**\n**分支** : ${ refName } \n**提交信息** : ${ commitMessage } \n**提交人** : ${ actor } \n\n**新增博客文章**:\n${ addedBlogs || '无新增博客' } \n**更新博客文章**:\n${ updatedBlogs || '无更新博客' } `
95
95
}
96
96
} ;
97
97
// Send message to WeChat robot
You can’t perform that action at this time.
0 commit comments