Added more debugging.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 32s

This commit is contained in:
Philipp Horstenkamp 2023-11-19 14:49:32 +01:00
parent 88b3aada82
commit d0375c531b
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -87,6 +87,7 @@ async function getAndPostPullRequests() {
if (reviewersInput) postData.reviewers = reviewersInput.split(","); if (reviewersInput) postData.reviewers = reviewersInput.split(",");
if (labelsInput) postData.labels = labelsInput.split(","); if (labelsInput) postData.labels = labelsInput.split(",");
core.info(url);
core.info(JSON.stringify(postData)); core.info(JSON.stringify(postData));
// Perform the POST request // Perform the POST request
const postResponse = await fetch(url, { const postResponse = await fetch(url, {