mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
Fix typo in error message. (#260)
This commit is contained in:
@@ -116,7 +116,7 @@ namespace GitHub.Runner.Worker
|
|||||||
if (actionDefinition.Execution == null)
|
if (actionDefinition.Execution == null)
|
||||||
{
|
{
|
||||||
executionContext.Debug($"Loaded action.yml file: {StringUtil.ConvertToJson(actionDefinition)}");
|
executionContext.Debug($"Loaded action.yml file: {StringUtil.ConvertToJson(actionDefinition)}");
|
||||||
throw new ArgumentException($"Top level 'run:' section is required for {manifestFile}");
|
throw new ArgumentException($"Top level 'runs:' section is required for {manifestFile}");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user