Skip to content

Commit

Permalink
feat: Add a point
Browse files Browse the repository at this point in the history
  • Loading branch information
rockyj committed Jan 9, 2025
1 parent 56fbdc5 commit ae4a288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ae4a288

Please sign in to comment.