test shell script

This commit is contained in:
joseph le 2023-09-22 14:42:36 +07:00
parent dffc47d6ce
commit 1c5633ce7c
1 changed files with 2 additions and 2 deletions

View File

@ -192,9 +192,9 @@ Route.post("/api/gitea-webhook", ({ request, response }) => {
"none",
"** NEW EVENT -> " +
request.header("x-gitea-event") +
" **\n```" +
" **\n```\n" +
stdout +
"```"
"\n```"
);
console.log(res);
console.log(`Command output:\n${stdout}`);