Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Jan 31, 2024
1 parent 4895e46 commit 1456793
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/find-pr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,5 +295,7 @@ function get_pr_details_from_refs(pull_requests: PullRequests): PRDetails {
source_repo === repo && source_branch === branch
) || empty_pr_details;

return { ...outputs, sha: _sha };
console.log("get_pr_details_from_refs", outputs);

return { ...outputs, sha: _sha, source_repo, source_branch };
}

0 comments on commit 1456793

Please sign in to comment.