From 8c7a2d114a3614122e2e8ee88d0ac97e7c87e5f2 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sun, 19 Nov 2023 22:45:00 +0100 Subject: [PATCH] Reworked the action a bit. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {