From 064e9059a08bbc27519f3e7b5b4a49674996d614 Mon Sep 17 00:00:00 2001 From: Tatsuya Sato Date: Thu, 2 Jan 2025 15:43:49 +0900 Subject: [PATCH] Add a debug information --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 78fe023..ab3549b 100644 --- a/index.js +++ b/index.js @@ -26,6 +26,7 @@ try { labels }) } else { + core.debug(labels) core.setFailed('Failed to propose labels') } } catch (error) {