Skip to content

Commit dc8091e

Browse files
authored
Update version-check.yml
1 parent 993a39e commit dc8091e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
}).join('\n');
243243
244244
// 更新评论
245-
const updatedBody = `<details>\n<summary><b>已解决的版本问题 (点击展开) / Resolved Version Issue (Click to expand)</b></summary>\n\n${processedLines}\n</details>\n\n**✅ 已解决:用户现在使用了支持的版本** / **Issue resolved: User is now using a supported version**`;
245+
const updatedBody = `<details>\n<summary><b>已解决的版本问题 (点击展开) / Resolved Version Issue (Click to expand)</b></summary>\n\n${processedLines}\n</details>`;
246246
247247
await github.rest.issues.updateComment({
248248
owner: context.repo.owner,

0 commit comments

Comments
 (0)