fix: compact by topic check
This commit is contained in:
parent
9dfa1f3dae
commit
01cfb39a41
@ -60,11 +60,7 @@ export async function main() {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
const shouldCompactByTopic =
|
if (core.getInput('compact-by-topic') === 'true') {
|
||||||
!!core.getInput('compact-by-topic') ||
|
|
||||||
core.getInput('compact-by-topic') === 'true';
|
|
||||||
|
|
||||||
if (shouldCompactByTopic) {
|
|
||||||
const compactedByTopic = compactByTopic(results);
|
const compactedByTopic = compactByTopic(results);
|
||||||
const byTopic = await renderer(
|
const byTopic = await renderer(
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user