mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-03 12:54:43 +07:00
Update uncivbot.yml
This commit is contained in:
parent
09d6ecb246
commit
2f3914ff76
2
.github/workflows/uncivbot.yml
vendored
2
.github/workflows/uncivbot.yml
vendored
@ -138,7 +138,7 @@ jobs:
|
||||
await createTranslationBranchIfNeeded()
|
||||
await mergeExistingTranslationsIntoBranch()
|
||||
|
||||
async function createTranslationPrIfNeeded(owner: string) {
|
||||
async function createTranslationPrIfNeeded(owner) {
|
||||
var translationPulls = await github.pulls.list({...repo,
|
||||
state: "open",
|
||||
head: context.repo.owner + ":" + translations });
|
||||
|
Loading…
Reference in New Issue
Block a user