mirror of
https://github.com/varunsridharan/actions-toolkit.git
synced 2025-02-24 07:34:04 +08:00
Changed To Exec
This commit is contained in:
parent
d090847b5a
commit
e039244121
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' ) {
|
||||
echo shell_exec( "gitconfig ${username} ${email}" );
|
||||
echo exec( "gitconfig ${username} ${email}" );
|
||||
}
|
Loading…
Reference in a new issue