mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-04 07:58:18 +07: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,
|
||||
repo: context.repo.repo,
|
||||
ref: `refs/heads/`+translations,
|
||||
sha: currentSha }))
|
||||
sha: currentSha })
|
||||
await context.github.issues.createComment({
|
||||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
body: 'Translations branch created' })
|
||||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
body: 'Translations branch created' })
|
||||
}
|
||||
|
||||
await createTranslationBranchIfNeeded()
|
||||
|
Loading…
Reference in New Issue
Block a user