fix: compact by topic check
This commit is contained in:
parent
30fa351b37
commit
49f66875e3
@ -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(
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user