mirror of http://gitea.com/actions/checkout
adding stderr
This commit is contained in:
parent
9679ac6b68
commit
1f9aeb9f74
|
@ -7421,7 +7421,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 New Issue