diff --git a/routes/index.js b/routes/index.js index fa9229b..e7e6afb 100644 --- a/routes/index.js +++ b/routes/index.js @@ -55,7 +55,7 @@ router.post('/deploy', function(req, res, next) { //仓库描述信息 const description=req.body.repository.description - info(updated_at) + info(`${updated_at}:updated_at`) try { const startTime=moment()