mirror of
https://github.com/actions/runner.git
synced 2025-12-20 06:29:53 +00:00
Add necessary files + add functionality to convert to ActionStep object
This commit is contained in:
@@ -60,6 +60,7 @@ namespace GitHub.Runner.Worker
|
||||
{
|
||||
// Create the job execution context.
|
||||
jobContext = HostContext.CreateService<IExecutionContext>();
|
||||
// HERE
|
||||
jobContext.InitializeJob(message, jobRequestCancellationToken);
|
||||
Trace.Info("Starting the job execution context.");
|
||||
jobContext.Start();
|
||||
|
||||
Reference in New Issue
Block a user