We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc4223f + bbda1af commit a9d8664Copy full SHA for a9d8664
1 file changed
.github/workflows/repo-sync.yml
@@ -42,7 +42,7 @@ jobs:
42
script: |
43
const { owner, repo } = context.repo
44
45
- const pr = await github.pulls.get({
+ const { data: pr } = await github.pulls.get({
46
owner,
47
repo,
48
pull_number: parseInt(${{ steps.find-pull-request.outputs.number }})
0 commit comments