Skip to content

Commit 5620e29

Browse files
committed
Revert "DEBUG failed github-script"
This reverts commit 5f1cf11.
1 parent 5f1cf11 commit 5620e29

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/debug-me.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ 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-
3127
const result = await github.rest.pulls.get(request)
3228
return result.data
3329
} catch (err) {

0 commit comments

Comments
 (0)