diff --git a/index.js b/index.js index e9d178f..0969f43 100644 --- a/index.js +++ b/index.js @@ -87,6 +87,7 @@ async function getAndPostPullRequests() { if (reviewersInput) postData.reviewers = reviewersInput.split(","); if (labelsInput) postData.labels = labelsInput.split(","); + core.info(url); core.info(JSON.stringify(postData)); // Perform the POST request const postResponse = await fetch(url, {