Skip to content

Commit

Permalink
Added logging to run hub command
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Aug 8, 2020
1 parent 6267bbf commit 644aa50
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public async Task<ProcessResults> RunHubCommand(string command)
{"GITHUB_TOKEN", _config.GitHubToken },
{"GITHUB_USER", _config.GitHubUserName }
};
Console.WriteLine($"Running: hub {command}");
return await ProcessRunner.RunAsyncAndLogToConsole("hub", command, envs);
}

Expand Down

0 comments on commit 644aa50

Please sign in to comment.