CI: fix a minor typo in the merge script

This commit is contained in:
liushuyu 2022-10-12 17:31:22 -06:00
parent d9393c4ce4
commit c7265552a7
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437

View File

@ -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}`,