mirror of
https://github.com/actions/checkout
synced 2024-11-08 22:52:39 +00:00
adding stderr
This commit is contained in:
parent
f1764260c3
commit
9679ac6b68
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue