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

View file

@ -1,6 +1,6 @@
<?php
#include_once '/gh-toolkit/php.php';
include_once '/gh-toolkit/gh-api.php';
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' ) ) );
@ -9,9 +9,9 @@ gh_gitconfig();
gh_gitconfig( 'AlpineOS', 'alpine@gmail.com' );
gh_log_group_start( 'Github API' );
/*gh_log_group_start( 'Github API' );
gh_log( print_r( $data, true ) );
gh_log_group_end();
gh_log_group_end();*/
gh_log( 'Sample Log In Github Actions' );
gh_log_group_start( 'Group Name' );