- fix log output for uncategorized elements (wrote string char count before :D)

This commit is contained in:
Mike Penz
2020-10-18 15:50:37 +02:00
parent d0475d9055
commit ff50df5399
+1 -1
View File
@@ -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