mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-08-29 08:01:22 +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]);
|
||||
} catch (err) {
|
||||
console.log(`::error title=Failed to reset master branch`);
|
||||
console.log(err)
|
||||
hasFailed = true;
|
||||
}
|
||||
console.log("::endgroup::");
|
||||
|
|
Loading…
Reference in a new issue