mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 01:26:47 +00:00
Should break action
This commit is contained in:
parent
0d42513468
commit
4f71c4e7af
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue