No logfile

This commit is contained in:
2022-10-31 21:52:02 +01:00
parent 89c7a2fbc8
commit 2e2e489bb1

View File

@ -43,7 +43,7 @@ if($decoded['secret'] != $secret_key['pr']) {
exit();
}
file_put_contents("log.txt", print_r($decoded, true));
//file_put_contents("log.txt", print_r($decoded, true));
$subject = $decoded['repository']['full_name']
. " - PR #"