diff --git a/src/main.ts b/src/main.ts index 679e176..a8b4fad 100644 --- a/src/main.ts +++ b/src/main.ts @@ -24,6 +24,8 @@ interface PRDetails { description: string; } +console.log("Running") + async function getPRDetails(): Promise { const { repository, number } = JSON.parse( readFileSync(process.env.GITHUB_EVENT_PATH || "", "utf8")