Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autobuild-action.ts
@@ -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;

0 comments on commit 82ba92f

Please sign in to comment.