From 7080908811dda138f6cda0d7fa302416bfe1eb6d Mon Sep 17 00:00:00 2001 From: ruru Date: Sun, 19 May 2024 19:02:21 +0530 Subject: [PATCH] feat(logging): improve logging clarity --- action/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/action/index.ts b/action/index.ts index 8ec27b6..7bacbe3 100644 --- a/action/index.ts +++ b/action/index.ts @@ -30,6 +30,7 @@ export const commitChange = async ({ console.log({ message: message, response: responseText, + isEmojiSupport: isEmojiSupport, data: { time: new Date().toISOString(), },