mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2024-12-16 14:37:03 +00:00
CI: fix some typos in the scripts
This commit is contained in:
parent
54f56ebf50
commit
aa0fa905d6
2
.github/workflows/auto-merge.yml
vendored
2
.github/workflows/auto-merge.yml
vendored
@ -25,4 +25,4 @@ jobs:
|
||||
const mergebot = require('./.github/workflows/merge.js');
|
||||
const branch = await mergebot.checkChanges(github, context);
|
||||
if (branch)
|
||||
await mergeChanges(branch, execa);
|
||||
await mergebot.mergeChanges(branch, execa);
|
||||
|
2
.github/workflows/merge.js
vendored
2
.github/workflows/merge.js
vendored
@ -93,7 +93,7 @@ async function checkChanges(github, context) {
|
||||
}
|
||||
const chosen = auto_prs[0];
|
||||
const should_close = auto_prs.slice(1);
|
||||
console.log(`Selected pull request: #${chosen.num}`);
|
||||
console.log(`Selected pull request: #${chosen.number}`);
|
||||
await closePullRequests(should_close, github);
|
||||
return chosen.headRefName;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user