mirror of
https://github.com/actions/runner.git
synced 2025-12-13 19:03:44 +00:00
Add logging to errors
This commit is contained in:
committed by
GitHub
parent
efffbaeabc
commit
4c777889ae
@@ -287,7 +287,7 @@ namespace GitHub.DistributedTask.ObjectTemplating
|
||||
{
|
||||
if (!keys.Contains(property.Key))
|
||||
{
|
||||
m_context.Error(mapping, $"Required property is missing: {property.Key}");
|
||||
m_context.Error(mapping, "Template evaluator error " + $"Required property is missing: {property.Key}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user