mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
Dont log error twice in ExecutionContext on template error (#2634)
This commit is contained in:
@@ -1401,7 +1401,7 @@ namespace GitHub.Runner.Worker
|
||||
|
||||
public void Error(string format, params Object[] args)
|
||||
{
|
||||
_executionContext.Error(string.Format(CultureInfo.CurrentCulture, format, args));
|
||||
_executionContext.Debug(string.Format(CultureInfo.CurrentCulture, format, args));
|
||||
}
|
||||
|
||||
public void Info(string format, params Object[] args)
|
||||
|
||||
Reference in New Issue
Block a user