Add debug logging to runGitCommand()
This commit is contained in:
parent
2bfc468cd8
commit
5e475b7659
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue