From 0da1631bbcc74f1d7f2d9ce1470673f221f91091 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sun, 19 Nov 2023 12:30:30 +0100 Subject: [PATCH] Added another debug message. --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 4afccdf..b92ae2e 100644 --- a/index.js +++ b/index.js @@ -41,6 +41,7 @@ async function getAndPostPullRequests() { const pulls = await getResponse.json(); core.info(`GET request completed. Number of pulls: ${pulls.length}`); + core.info(`GET repsonse ${JSON.stringify(pulls, 2)}`); // Logic to decide if a POST request is needed if (pulls.length === 0) {