Skip to content

Commit

Permalink
Log file content
Browse files Browse the repository at this point in the history
  • Loading branch information
willsawyerrrr committed Jan 22, 2024
1 parent 525cd16 commit 4cd8ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4cd8ae6

Please sign in to comment.