mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2024-12-16 14:37:03 +00:00
CI: fix a minor typo in the merge script
This commit is contained in:
parent
d9393c4ce4
commit
c7265552a7
2
.github/workflows/merge.js
vendored
2
.github/workflows/merge.js
vendored
@ -58,7 +58,7 @@ async function mergeChanges(branch, execa) {
|
||||
"org.yuzu_emu.yuzu.json",
|
||||
]);
|
||||
const process1 = await execa("git", ["commit", "--amend"]);
|
||||
process1.stdout.pipe(process.stdout);
|
||||
process1.stdout.pipe(process1.stdout);
|
||||
} catch (err) {
|
||||
console.log(
|
||||
`::error title=Merge failed::Failed to merge pull request: ${err}`,
|
||||
|
Loading…
Reference in New Issue
Block a user