Skip to content

Commit 5f1cf11

Browse files
committed
DEBUG failed github-script
1 parent 23a6d51 commit 5f1cf11

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/debug-me.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
}
2525
core.info(`Getting PR #${request.pull_number} from ${request.owner}/${request.repo}`)
2626
try {
27+
core.info(`**** DEBUG: github=${github}`)
28+
core.info(`**** DEBUG: rest=${github.rest}`)
29+
core.info(`**** DEBUG: pulls=${github.rest.pulls}`)
30+
2731
const result = await github.rest.pulls.get(request)
2832
return result.data
2933
} catch (err) {

0 commit comments

Comments
 (0)