mirror of
https://github.com/varunsridharan/actions-toolkit.git
synced 2025-02-24 07:34:04 +08:00
Updated
This commit is contained in:
parent
285d54b6cc
commit
d090847b5a
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue