Improved error logs for missing 'using' configuration in metadata file (#2052)

Co-authored-by: Octavia Stancu <avastancu@Octavias-MBP.home>
This commit is contained in:
Ava Stancu
2022-08-16 17:17:42 +02:00
committed by GitHub
parent 84e7949457
commit f9c2bf1dd7
3 changed files with 35 additions and 1 deletions

View File

@@ -503,7 +503,7 @@ namespace GitHub.Runner.Worker
};
}
throw new NotSupportedException(nameof(ConvertRuns));
throw new NotSupportedException("Missing 'using' value. 'using' requires 'composite', 'docker', 'node12' or 'node16'.");
}
private void ConvertInputs(