adding stderr

This commit is contained in:
Vallie Joseph 2022-11-30 20:42:30 +00:00
parent f1764260c3
commit 9679ac6b68

View file

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