mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 11:40:24 +08:00
Add debug logging to runGitCommand()
This commit is contained in:
@@ -56,6 +56,7 @@ async function runGitCommand(
|
||||
): Promise<string> {
|
||||
let stdout = "";
|
||||
let stderr = "";
|
||||
core.debug(`Running git command: git ${args.join(" ")}`);
|
||||
try {
|
||||
await new toolrunner.ToolRunner(await safeWhich.safeWhich("git"), args, {
|
||||
silent: true,
|
||||
|
||||
Reference in New Issue
Block a user