Skip to content

Commit

Permalink
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/analyze.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/analyze.ts
@@ -259,7 +259,7 @@ export async function runAnalyze(
}

let uploadStats: upload_lib.UploadStatusReport;
if (mode == "actions") {
if (mode === "actions") {
uploadStats = await upload_lib.uploadFromActions(
outputDir,
repositoryNwo,
@@ -273,7 +273,7 @@ export async function runAnalyze(
apiDetails,
logger
);
} else if (mode == "runner") {
} else if (mode === "runner") {
uploadStats = await upload_lib.uploadFromRunner(
outputDir,
repositoryNwo,

0 comments on commit 9532bda

Please sign in to comment.