Delete some code again.
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 38s

This commit is contained in:
Philipp Horstenkamp 2023-11-19 22:48:04 +01:00
parent 8c7a2d114a
commit 637c6bc426
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -54,10 +54,6 @@ async function getAndPostPullRequests() {
body: JSON.stringify(postData), 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) { if (!postResponse.ok) {
throw new Error( throw new Error(
`HTTP error! status on creating a new PR: ${postResponse.status}`, `HTTP error! status on creating a new PR: ${postResponse.status}`,