mirror of
https://github.com/varunsridharan/actions-toolkit.git
synced 2025-02-24 07:34:04 +08:00
Added Echo
This commit is contained in:
parent
6b0c063fca
commit
1174ae99aa
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ require_once __DIR__ . '/php/inputvar.php';
|
|||
require_once __DIR__ . '/php/env.php';
|
||||
|
||||
function gh_gitconfig( $username = 'Github Action Bot', $email = 'githubactionbot@gmail.com' ) {
|
||||
shell_exec( "gitconfig ${username} ${email}" );
|
||||
echo shell_exec( "gitconfig ${username} ${email}" );
|
||||
}
|
Loading…
Reference in a new issue