Update spelling for autobuild to auto-built

This commit is contained in:
Eric Cornelissen 2020-11-20 13:58:20 +01:00
parent 5416d4f3b5
commit 82ba92f462

View file

@ -7,7 +7,7 @@ import { Language } from "./languages";
import { getActionsLogger } from "./logging";
interface AutobuildStatusReport extends actionsUtil.StatusReportBase {
// Comma-separated set of languages being autobuild
// Comma-separated set of languages being auto-built
autobuild_languages: string;
// Language that failed autobuilding (or undefined if all languages succeeded).
autobuild_failure?: string;