mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-01 19:21:14 +00:00
show err
This commit is contained in:
parent
03246cb4e6
commit
d2377758a4
1
.github/workflows/android-merge.js
vendored
1
.github/workflows/android-merge.js
vendored
|
@ -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 a new issue