Browse Source

adding stderr

Vallie Joseph 2 năm trước cách đây
mục cha
commit
1f9aeb9f74
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dist/index.js

+ 1 - 1
dist/index.js

@@ -7421,7 +7421,7 @@ class GitCommandManager {
                     result.push(branch);
                 }
             }
-            core.debug(stderr.join('\n'));
+            core.info(stderr.join('\n'));
             return result;
         });
     }