We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd7f36 commit 23a6d51Copy full SHA for 23a6d51
1 file changed
.github/workflows/debug-me.yml
@@ -24,7 +24,7 @@ jobs:
24
}
25
core.info(`Getting PR #${request.pull_number} from ${request.owner}/${request.repo}`)
26
try {
27
- const result = await github.pulls.get(request)
+ const result = await github.rest.pulls.get(request)
28
return result.data
29
} catch (err) {
30
core.setFailed(`Request failed with error ${err}`)
0 commit comments