mirror of
https://github.com/actions/runner.git
synced 2025-12-12 05:37:01 +00:00
Clean up
This commit is contained in:
@@ -314,8 +314,6 @@ namespace GitHub.Runner.Worker
|
|||||||
TemplateToken inputsToken,
|
TemplateToken inputsToken,
|
||||||
Int32 fileID)
|
Int32 fileID)
|
||||||
{
|
{
|
||||||
Trace.Info($"COMPOSITE ACTIONS FILEID: {fileID}");
|
|
||||||
|
|
||||||
var runsMapping = inputsToken.AssertMapping("runs");
|
var runsMapping = inputsToken.AssertMapping("runs");
|
||||||
var usingToken = default(StringToken);
|
var usingToken = default(StringToken);
|
||||||
var imageToken = default(StringToken);
|
var imageToken = default(StringToken);
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ namespace GitHub.DistributedTask.Pipelines.ObjectTemplating
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
token = TemplateEvaluator.Evaluate(context, PipelineTemplateConstants.StepsInTemplate, token, 0, null, omitHeader: false);
|
token = TemplateEvaluator.Evaluate(context, PipelineTemplateConstants.StepsInTemplate, token, 0, null, omitHeader: true);
|
||||||
context.Errors.Check();
|
context.Errors.Check();
|
||||||
result = PipelineTemplateConverter.ConvertToSteps(context, token);
|
result = PipelineTemplateConverter.ConvertToSteps(context, token);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user