commands translate file path from container action (#331)

This commit is contained in:
eric sciple
2020-02-12 21:07:43 -05:00
committed by GitHub
parent 745b90a8b2
commit 5294a3ee06
4 changed files with 154 additions and 157 deletions

View File

@@ -84,7 +84,7 @@ namespace GitHub.Runner.Worker.Handlers
{
// This does not need to be inside of a critical section.
// The logging queues and command handlers are thread-safe.
if (_commandManager.TryProcessCommand(_executionContext, line))
if (_commandManager.TryProcessCommand(_executionContext, line, _container))
{
return;
}