Skip to content

Commit 8953934

Browse files
author
wzy
committed
feat: 测试远程工作流--wzy
1 parent 7496e26 commit 8953934

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/ci.js

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

0 commit comments

Comments
 (0)