From ae4a288d9adc91e2b87a1c85a462056596cccb38 Mon Sep 17 00:00:00 2001 From: rockyj Date: Thu, 9 Jan 2025 15:45:34 +0800 Subject: [PATCH] feat: Add a point --- backend/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/index.js b/backend/src/index.js index 4919cb1..30d594a 100644 --- a/backend/src/index.js +++ b/backend/src/index.js @@ -9,7 +9,7 @@ const PORT = process.env.PORT || 3000; // 触发GitHub repository dispatch事件的函数 async function triggerGithubDispatch(owner, repo, token) { - console.log(`[${new Date().toISOString()}] 开始触发GitHub Dispatch事件`); + console.log(`[${new Date().toISOString()}] 开始触发GitHub Dispatch事件.`); console.log(`[${new Date().toISOString()}] 目标仓库: ${owner}/${repo}`); try {