Reworked the action a bit.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 37s

This commit is contained in:
Philipp Horstenkamp 2023-11-19 22:45:00 +01:00
parent 82c2384012
commit 8c7a2d114a
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -64,7 +64,7 @@ async function getAndPostPullRequests() {
); );
} }
const postResult = await postResponse.json(); const postResult = await postResponse.json().url;
core.info("POST request completed successfully."); core.info("POST request completed successfully.");
return postResult; return postResult;
} catch (error) { } catch (error) {