Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Jan 31, 2024
1 parent 0ae30e8 commit 0602a92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/find-pr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ async function run() {
);
}

console.log("PULL_REQUESTS", JSON.stringify(open_pull_requests, null, 2));
console.log("OUTPUTS", outputs);

for (const [key, value] of Object.entries(outputs)) {
setOutput(key, value);
}
Expand Down

0 comments on commit 0602a92

Please sign in to comment.