commit.ts
This commit is contained in:
@@ -303,7 +303,7 @@ async function main() {
|
||||
gitCommitArgs.push("-m");
|
||||
gitCommitArgs.push(message);
|
||||
|
||||
console.log(gitCommitArgs);
|
||||
console.log("Git command: ", "git", gitCommitArgs);
|
||||
await execCommandShell("git", gitCommitArgs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user