diff --git a/act/runner/run_context.go b/act/runner/run_context.go index 649095ab..b9f296e3 100644 --- a/act/runner/run_context.go +++ b/act/runner/run_context.go @@ -475,7 +475,6 @@ func (rc *RunContext) startJobContainer() common.Executor { serviceContainerName := createContainerName(rc.jobContainerName(), serviceID) c := container.NewContainer(&container.NewContainerInput{ Name: serviceContainerName, - WorkingDir: ext.ToContainerPath(rc.Config.Workdir), Image: rc.ExprEval.Interpolate(ctx, spec.Image), Username: username, Password: password,