mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 13:27:22 -04:00
Update uncivbot.yml
This commit is contained in:
parent
8fb13749df
commit
f3e20e6870
10
.github/workflows/uncivbot.yml
vendored
10
.github/workflows/uncivbot.yml
vendored
@ -92,12 +92,12 @@ jobs:
|
|||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
ref: `refs/heads/`+translations,
|
ref: `refs/heads/`+translations,
|
||||||
sha: currentSha }))
|
sha: currentSha })
|
||||||
await context.github.issues.createComment({
|
await context.github.issues.createComment({
|
||||||
issue_number: context.issue.number,
|
issue_number: context.issue.number,
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
body: 'Translations branch created' })
|
body: 'Translations branch created' })
|
||||||
}
|
}
|
||||||
|
|
||||||
await createTranslationBranchIfNeeded()
|
await createTranslationBranchIfNeeded()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user