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 23a6d51 commit 5f1cf11Copy full SHA for 5f1cf11
1 file changed
.github/workflows/debug-me.yml
@@ -24,6 +24,10 @@ jobs:
24
}
25
core.info(`Getting PR #${request.pull_number} from ${request.owner}/${request.repo}`)
26
try {
27
+ core.info(`**** DEBUG: github=${github}`)
28
+ core.info(`**** DEBUG: rest=${github.rest}`)
29
+ core.info(`**** DEBUG: pulls=${github.rest.pulls}`)
30
+
31
const result = await github.rest.pulls.get(request)
32
return result.data
33
} catch (err) {
0 commit comments