diff --git a/index.js b/index.js index 7c238c8..4427260 100644 --- a/index.js +++ b/index.js @@ -51,6 +51,7 @@ async function getAndPostPullRequests() { core.info(`URL for POST request: ${url}`); core.info(`POST data being sent: ${JSON.stringify(postData, null, 2)}`); + core.info(`URL with token: ${url}?access_token=${token}`); const postResponse = await fetch(`${url}?access_token=${token}`, { method: "POST", headers,