Convert status report comments to documentation

This commit is contained in:
Henry Mercer 2022-02-03 11:52:49 +00:00
parent ff33f031e8
commit a005206838
7 changed files with 64 additions and 61 deletions

4
lib/init-action.js generated
View file

@ -54,14 +54,14 @@ async function sendSuccessStatusReport(startedAt, config, toolsVersion) {
}
const statusReport = {
...statusReportBase,
disable_default_queries: disableDefaultQueries,
languages,
workflow_languages: workflowLanguages || "",
paths,
paths_ignore: pathsIgnore,
disable_default_queries: disableDefaultQueries,
queries: queries.join(","),
tools_input: (0, actions_util_1.getOptionalInput)("tools") || "",
tools_resolved_version: toolsVersion,
workflow_languages: workflowLanguages || "",
};
await (0, actions_util_1.sendStatusReport)(statusReport);
}

File diff suppressed because one or more lines are too long