fix: compact by topic check

This commit is contained in:
GitHub Actions 2022-07-06 10:47:42 +02:00
parent 30fa351b37
commit 49f66875e3
No known key found for this signature in database
GPG Key ID: 0F5535005610947A

View File

@ -60,11 +60,7 @@ export async function main() {
}
);
const shouldCompactByTopic =
!!core.getInput('compact-by-topic') ||
core.getInput('compact-by-topic') === 'true';
if (shouldCompactByTopic) {
if (core.getInput('compact-by-topic') === 'true') {
const compactedByTopic = compactByTopic(results);
const byTopic = await renderer(
{