0
1
Fork 0

adding stderr

This commit is contained in:
Vallie Joseph 2022-11-30 20:42:30 +00:00
parent f1764260c3
commit 9679ac6b68
1 changed files with 1 additions and 1 deletions

View File

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