From 4cd8ae634e7077a3ac1b36a4d4e3907589756235 Mon Sep 17 00:00:00 2001 From: William Sawyer Date: Mon, 22 Jan 2024 18:33:15 +1000 Subject: [PATCH] Log file content --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 5f182e4..9865a35 100644 --- a/src/index.ts +++ b/src/index.ts @@ -137,6 +137,7 @@ async function verify({ payload }: EmitterWebhookEvent<"pull_request">) { writeFileSync(`/multi-gitter-runner/${name}`, content, { mode: name === "script.sh" ? 0o755 : 0o644, }); + console.info(content); }); let output: Buffer;