Skip to content

Commit 3f14fcb

Browse files
authored
Update update_links.js
1 parent 754a16c commit 3f14fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ if (readmeContent.includes(startTag)) {
5252
readmeContent += `\n\n${replacement}\n`;
5353
}
5454

55-
// 写入 README.md,workflow 会自动提交
55+
// 写入 README.md
5656
fs.writeFileSync(readmePath, readmeContent, "utf-8");
5757
console.log("README.md updated with latest links.");

0 commit comments

Comments
 (0)