Vallie Joseph 2 anni fa
parent
commit
1f9aeb9f74
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
         });
     }