From 1f9aeb9f74defe2baa514759308d8de8b14f1f12 Mon Sep 17 00:00:00 2001
From: Vallie Joseph <vmjoseph@github.com>
Date: Wed, 30 Nov 2022 20:45:33 +0000
Subject: [PATCH] adding stderr

---
 dist/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist/index.js b/dist/index.js
index cbd67f0..6a5dea2 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -7421,7 +7421,7 @@ class GitCommandManager {
                     result.push(branch);
                 }
             }
-            core.debug(stderr.join('\n'));
+            core.info(stderr.join('\n'));
             return result;
         });
     }