Merge branch 'users/ethanchewy/compositetest2' of https://github.com/actions/runner into users/ethanchewy/compositeenv

This commit is contained in:
Ethan Chiu
2020-06-23 14:30:04 -04:00
4 changed files with 13 additions and 7 deletions

View File

@@ -470,6 +470,7 @@ namespace GitHub.Runner.Worker
{
if (stepsLoaded == null)
{
// TODO: Add a more helpful error message + including file name, etc. to show user that it's because of their yaml file
throw new ArgumentNullException($"No steps provided.");
}
else