test shell script
This commit is contained in:
parent
dffc47d6ce
commit
1c5633ce7c
|
|
@ -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}`);
|
||||
|
|
|
|||
Loading…
Reference in New Issue