We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5416d4f commit 82ba92fCopy full SHA for 82ba92f
1 file changed
src/autobuild-action.ts
@@ -7,7 +7,7 @@ import { Language } from "./languages";
7
import { getActionsLogger } from "./logging";
8
9
interface AutobuildStatusReport extends actionsUtil.StatusReportBase {
10
- // Comma-separated set of languages being autobuild
+ // Comma-separated set of languages being auto-built
11
autobuild_languages: string;
12
// Language that failed autobuilding (or undefined if all languages succeeded).
13
autobuild_failure?: string;
0 commit comments