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);
4416744167 const message = {
4416844168 msgtype: 'markdown',
4416944169 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 || '无更新博客'}`
4417144171 }
4417244172 };
4417344173 // Send message to WeChat robot
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ const path = require('path');
9191 const message = {
9292 msgtype : 'markdown' ,
9393 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 || '无更新博客' } `
9595 }
9696 } ;
9797 // Send message to WeChat robot
You can’t perform that action at this time.
0 commit comments