From 637c6bc426bfc346dfdb3d8212b2ae30d5885e3a Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sun, 19 Nov 2023 22:48:04 +0100 Subject: [PATCH] Delete some code again. --- index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.js b/index.js index de891c3..ea27198 100644 --- a/index.js +++ b/index.js @@ -54,10 +54,6 @@ async function getAndPostPullRequests() { body: JSON.stringify(postData), }); - const postResponseText = await postResponse.text(); - core.info(`POST request status: ${postResponse.status}`); - core.info(`POST response body: ${postResponseText}`); - if (!postResponse.ok) { throw new Error( `HTTP error! status on creating a new PR: ${postResponse.status}`,