Skip to content

Commit

Permalink
chore(action): fixed issue with var
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrellRichards committed Jun 1, 2024
1 parent 08084a8 commit a17cbdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export async function PRDetails(repository: any, number: number) {
pull_number: number,
});

console.log('data', data);

return {
title: data.title || "",
description: data.body || "",
Expand Down

0 comments on commit a17cbdf

Please sign in to comment.