mirror of
https://github.com/varunsridharan/actions-toolkit.git
synced 2024-11-10 09:13:05 +08:00
Updated.
This commit is contained in:
parent
b4ceb91249
commit
53128a0365
1 changed files with 1 additions and 1 deletions
|
@ -78,6 +78,6 @@ function github_url( $raw = false, $repository = false, $branch = false, $file_p
|
|||
}
|
||||
|
||||
function gh_commit( $file, $commit_msg = 'File Updated' ) {
|
||||
shell_exec( 'git add -f ' . GH_WORKSPACE . $file );
|
||||
shell_exec( 'git add -f ' . GH_WORKSPACE . fix_path( $file ) );
|
||||
shell_exec( 'git commit -m "' . $commit_msg . '" ' );
|
||||
}
|
Loading…
Reference in a new issue