Skip to content

Commit 845f7d1

Browse files
author
wujiancheng
committed
微调博客变更通知
1 parent 85e2ca8 commit 845f7d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)