mirror of
https://github.com/github/codeql-action.git
synced 2026-05-11 08:10:29 +00:00
Log steps input for debugging
This commit is contained in:
Generated
+2
@@ -154,6 +154,8 @@ async function run() {
|
||||
if (hasBadExpectErrorInput()) {
|
||||
throw new util.UserError("`expect-error` input parameter is for internal use only. It should only be set by codeql-action or a fork.");
|
||||
}
|
||||
// Log steps input for debugging
|
||||
logger.info(`Steps input: ${actionsUtil.getRequiredInput("steps")}`);
|
||||
const apiDetails = (0, api_client_1.getApiDetails)();
|
||||
const outputDir = actionsUtil.getRequiredInput("output");
|
||||
const threads = util.getThreadsFlag(actionsUtil.getOptionalInput("threads") || process.env["CODEQL_THREADS"], logger);
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -208,6 +208,9 @@ async function run() {
|
||||
);
|
||||
}
|
||||
|
||||
// Log steps input for debugging
|
||||
logger.info(`Steps input: ${actionsUtil.getRequiredInput("steps")}`);
|
||||
|
||||
const apiDetails = getApiDetails();
|
||||
const outputDir = actionsUtil.getRequiredInput("output");
|
||||
const threads = util.getThreadsFlag(
|
||||
|
||||
Reference in New Issue
Block a user