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 5f1cf11 commit 5620e29Copy full SHA for 5620e29
1 file changed
.github/workflows/debug-me.yml
@@ -24,10 +24,6 @@ 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