mirror of
https://github.com/actions/runner.git
synced 2025-12-14 04:53:34 +00:00
Improve error report for invalid action.yml (#3106)
This commit is contained in:
@@ -144,7 +144,7 @@ namespace GitHub.Runner.Worker
|
||||
executionContext.Error(error.Message);
|
||||
}
|
||||
|
||||
throw new ArgumentException($"Fail to load {fileRelativePath}");
|
||||
throw new ArgumentException($"Failed to load {fileRelativePath}");
|
||||
}
|
||||
|
||||
if (actionDefinition.Execution == null)
|
||||
|
||||
Reference in New Issue
Block a user