Skip to content

Commit e9f4a63

Browse files
committed
testing
1 parent 27e026c commit e9f4a63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tooling/docs-builder/Program.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@
3838

3939
var githubActions = ConsoleApp.ServiceProvider!.GetService<ICoreService>();
4040
var command = githubActions?.GetInput("COMMAND");
41+
4142
if (!string.IsNullOrEmpty(command))
4243
args = command.Split(' ');
43-
44+
Console.WriteLine(args);
45+
Console.WriteLine(command);
4446
await app.RunAsync(args).ConfigureAwait(false);
4547

4648

0 commit comments

Comments
 (0)