1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2024-10-17 14:34:40 +02:00

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
} }