- fix log output for uncategorized elements (wrote string char count before :D)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user