Skip to content

Commit

Permalink
fix missing endpoints count
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-akto committed Oct 7, 2023
1 parent 49e5bf9 commit 5bd3768
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/akto-inventory.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ function generateAktoEndpointsSummary(processedOpenAPIObject) {
}
});

logGithubStepSummary(`Total missing: ${counter}`)
logGithubStepSummary("<br/>")
logGithubStepSummary(`Total missing: ${counter - 1}`)
});
}

Expand Down

0 comments on commit 5bd3768

Please sign in to comment.