Skip to content

Commit 942ac40

Browse files
author
wzy
committed
feat: 测试--wzy
1 parent dd940e7 commit 942ac40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/ci.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const privateKeyPath = path.resolve(__dirname, './key')
1010
// 检查私钥文件是否已存在
1111
if (!fs.existsSync(privateKeyPath)) {
1212
console.log("hello word WZY");
13-
console.log("hello word WZY---------------------------");
1413
const privateKeyContent = process.env.WX_PRIVATE_KEY
1514
if (!privateKeyContent) {
1615
throw new Error('未找到私钥内容,请确保已正确配置 GitHub Secrets')

0 commit comments

Comments
 (0)