diff --git a/index.js b/index.js index 9d34a54..e65a181 100644 --- a/index.js +++ b/index.js @@ -48,6 +48,8 @@ async function getAndPostPullRequests() { // core.info(`GET repsonse ${JSON.stringify(pulls, 2)}`); // Logic to decide if a POST request is needed + core.info(branch); + core.info(base_branch); const targetPRFound = _.any( pulls, (pr) => pr.head.ref === branch && pr.base.ref === base_branch,