Skip to content

Commit 96b164f

Browse files
ci: Update check-aliyun-maven.yml
Signed-off-by: 梦里不知身是客 <liang.tang.cx@gmail.com>
1 parent 956f5b7 commit 96b164f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-aliyun-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
comment.body.startsWith('### 阿里云 Maven 依赖检查结果')
227227
);
228228
229-
const commentBody = `### 阿里云 Maven 依赖检查结果\n\n${errresults.join('\n')\n\n<details><summary>点击查看可用的依赖</summary><p>${results.join('\n')</p></details> }`;
229+
const commentBody = `### 阿里云 Maven 依赖检查结果\n\n${errresults.join('\n')}\n\n<details><summary>点击查看可用的依赖</summary><p>${results.join('\n')}</p></details>`;
230230
if (botComment) {
231231
// 更新现有评论
232232
await github.rest.issues.updateComment({

0 commit comments

Comments
 (0)