Skip to content

Commit 5e475b7

Browse files
committed
Add debug logging to runGitCommand()
1 parent 2bfc468 commit 5e475b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/actions-util.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ async function runGitCommand(
5656
): Promise<string> {
5757
let stdout = "";
5858
let stderr = "";
59+
core.debug(`Running git command: git ${args.join(" ")}`);
5960
try {
6061
await new toolrunner.ToolRunner(await safeWhich.safeWhich("git"), args, {
6162
silent: true,

0 commit comments

Comments
 (0)