mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
try 3
This commit is contained in:
parent
de08981fe2
commit
23d51a29f8
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class Actions
|
|||
$secret = file_get_contents($_SERVER['ROOT_DIR'] . '/data/secret/github-secret');
|
||||
$isToMaster = $payload->ref === 'refs/heads/master';
|
||||
|
||||
file_put_contents($_SERVER['ROOT_DIR'] . '/log/github.txt', ($isToMaster ? 'master' : 'apprentince') . "\n$secret\n" . print_r($payload, TRUE), FILE_APPEND);
|
||||
file_put_contents($_SERVER['ROOT_DIR'] . '/log/github.txt', ($isToMaster ? 'master' : 'apprentince') . "\n$secret\n" . print_r($payload, TRUE) . print_r($_REQUEST, true));
|
||||
|
||||
return [null, []];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue