We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfc468 commit 5e475b7Copy full SHA for 5e475b7
src/actions-util.ts
@@ -56,6 +56,7 @@ async function runGitCommand(
56
): Promise<string> {
57
let stdout = "";
58
let stderr = "";
59
+ core.debug(`Running git command: git ${args.join(" ")}`);
60
try {
61
await new toolrunner.ToolRunner(await safeWhich.safeWhich("git"), args, {
62
silent: true,
0 commit comments