mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2025-04-13 06:38:06 +00:00
CI: re-use the commit message if possible
This commit is contained in:
parent
203c7786fe
commit
429d539cdf
2
.github/workflows/merge.js
vendored
2
.github/workflows/merge.js
vendored
@ -60,7 +60,7 @@ async function mergeChanges(branch, execa) {
|
||||
]);
|
||||
await execa("git", ["add", "org.yuzu_emu.yuzu.json"]);
|
||||
// amend the commit to include the version change
|
||||
const p1 = execa("git", ["commit", "--amend"]);
|
||||
const p1 = execa("git", ["commit", "--amend", "-C", "HEAD"]);
|
||||
p1.stdout.pipe(process.stdout);
|
||||
await p1;
|
||||
} catch (err) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user