We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
curl
1 parent e96a604 commit f271bd7Copy full SHA for f271bd7
test-pr-comment-delivery.js
@@ -70,6 +70,7 @@
70
// avoid accidentally triggering anything
71
delete process.env.GITHUB_APP_PRIVATE_KEY
72
process.env.DO_NOT_TRIGGER_ANYTHING = 'true'
73
+ process.env.LOG_HTTPS_REQUESTS = 'true'
74
75
const index = require('./GitForWindowsHelper/index')
76
console.log(await index(context, req) || context.res)
0 commit comments