diff --git a/.github/scripts/akto-inventory.js b/.github/scripts/akto-inventory.js index a9cdbf8d5e..f7044f4c77 100644 --- a/.github/scripts/akto-inventory.js +++ b/.github/scripts/akto-inventory.js @@ -122,7 +122,8 @@ function generateAktoEndpointsSummary(processedOpenAPIObject) { } }); - logGithubStepSummary(`Total missing: ${counter}`) + logGithubStepSummary("
") + logGithubStepSummary(`Total missing: ${counter - 1}`) }); }