From ff50df5399f35ddfb79d93cd5f2b66531dbd7108 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sun, 18 Oct 2020 15:50:37 +0200 Subject: [PATCH] - fix log output for uncategorized elements (wrote string char count before :D) --- src/transform.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transform.ts b/src/transform.ts index 1aa65d1..d08e625 100644 --- a/src/transform.ts +++ b/src/transform.ts @@ -85,7 +85,7 @@ export function buildChangelog( changelogUncategorized = `${changelogUncategorized + pr}\n` } core.info( - `✒️ Wrote ${changelogUncategorized.length} non categorized pull requests down` + `✒️ Wrote ${uncategorized.length} non categorized pull requests down` ) // fill template