show err
parent
03246cb4e6
commit
d2377758a4
|
|
@ -194,6 +194,7 @@ async function resetBranch(execa) {
|
||||||
await execa("git", ["reset", "--hard", headCommit]);
|
await execa("git", ["reset", "--hard", headCommit]);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log(`::error title=Failed to reset master branch`);
|
console.log(`::error title=Failed to reset master branch`);
|
||||||
|
console.log(err)
|
||||||
hasFailed = true;
|
hasFailed = true;
|
||||||
}
|
}
|
||||||
console.log("::endgroup::");
|
console.log("::endgroup::");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue