зеркало из https://github.com/github/docs.git
fix syntax error in workflow (#22984)
This commit is contained in:
Родитель
0cbf48b6aa
Коммит
16cabecb78
|
@ -6,9 +6,9 @@ const github = getOctokit(token)
|
|||
|
||||
main()
|
||||
async function main() {
|
||||
const pull = await github.rest.pulls.get(
|
||||
org,
|
||||
repo,
|
||||
const pull = await github.rest.pulls.get({
|
||||
owner: org,
|
||||
repo: repo,
|
||||
pull_number: parseInt(prNumber),
|
||||
})
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче