This commit is contained in:
Varun 2020-10-23 06:35:30 +05:30
parent 285d54b6cc
commit d090847b5a
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F

View file

@ -2,8 +2,8 @@
include_once '/gh-toolkit/php.php';
#include_once '/gh-toolkit/gh-api.php';
global $github_api;
$data = $github_api->decode( $github_api->get( 'repos/' . gh_env( 'GITHUB_REPOSITORY' ) ) );
/*global $github_api;
$data = $github_api->decode( $github_api->get( 'repos/' . gh_env( 'GITHUB_REPOSITORY' ) ) );*/
gh_gitconfig();