mirror of
https://github.com/actions/runner.git
synced 2025-12-20 06:29:53 +00:00
First attempt at creating baseline code for composite actions
This commit is contained in:
@@ -63,6 +63,7 @@ namespace GitHub.Runner.Worker
|
||||
jobContext.InitializeJob(message, jobRequestCancellationToken);
|
||||
Trace.Info("Starting the job execution context.");
|
||||
jobContext.Start();
|
||||
// User will see this message too
|
||||
jobContext.Debug($"Starting: {message.JobDisplayName}");
|
||||
|
||||
runnerShutdownRegistration = HostContext.RunnerShutdownToken.Register(() =>
|
||||
|
||||
Reference in New Issue
Block a user