Skip to content

Commit f271bd7

Browse files
committed
test-pr-comment-delivery: log curl invocations by default
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent e96a604 commit f271bd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-pr-comment-delivery.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
// avoid accidentally triggering anything
7171
delete process.env.GITHUB_APP_PRIVATE_KEY
7272
process.env.DO_NOT_TRIGGER_ANYTHING = 'true'
73+
process.env.LOG_HTTPS_REQUESTS = 'true'
7374

7475
const index = require('./GitForWindowsHelper/index')
7576
console.log(await index(context, req) || context.res)

0 commit comments

Comments
 (0)