Added an debug message.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 33s

This commit is contained in:
2023-11-19 14:39:37 +01:00
parent 681fc735e1
commit 88b3aada82

View File

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