diff --git a/index.js b/index.js index 9555306..de891c3 100644 --- a/index.js +++ b/index.js @@ -64,7 +64,7 @@ async function getAndPostPullRequests() { ); } - const postResult = await postResponse.json(); + const postResult = await postResponse.json().url; core.info("POST request completed successfully."); return postResult; } catch (error) {