Skip to content

Commit

Permalink
Log current runner version in terminal (actions#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerl authored Oct 29, 2021
1 parent 854d5e3 commit e4f9e6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Runner.Listener/Runner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ private async Task<int> RunAsync(RunnerSettings settings, bool runOnce = false)
}

HostContext.WritePerfCounter("SessionCreated");

_term.WriteLine($"Current runner version: '{BuildConstants.RunnerPackage.Version}'");
_term.WriteLine($"{DateTime.UtcNow:u}: Listening for Jobs");

IJobDispatcher jobDispatcher = null;
Expand Down

0 comments on commit e4f9e6a

Please sign in to comment.