Skip to content

Commit a9d8664

Browse files
authored
Merge pull request #5252 from github/repo-sync
repo sync
2 parents fc4223f + bbda1af commit a9d8664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
script: |
4343
const { owner, repo } = context.repo
4444
45-
const pr = await github.pulls.get({
45+
const { data: pr } = await github.pulls.get({
4646
owner,
4747
repo,
4848
pull_number: parseInt(${{ steps.find-pull-request.outputs.number }})

0 commit comments

Comments
 (0)