This commit is contained in:
diveintolava 2024-01-18 01:05:44 +08:00
parent 03246cb4e6
commit d2377758a4

View file

@ -194,6 +194,7 @@ async function resetBranch(execa) {
await execa("git", ["reset", "--hard", headCommit]);
} catch (err) {
console.log(`::error title=Failed to reset master branch`);
console.log(err)
hasFailed = true;
}
console.log("::endgroup::");