Should break action

This commit is contained in:
Daniel Kentfield 2024-11-27 10:18:14 +00:00
parent 0d42513468
commit 4f71c4e7af

View file

@ -24,6 +24,8 @@ interface PRDetails {
description: string;
}
console.log("Running")
async function getPRDetails(): Promise<PRDetails> {
const { repository, number } = JSON.parse(
readFileSync(process.env.GITHUB_EVENT_PATH || "", "utf8")