mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-04 09:21:25 +03:00
ci: fix
This commit is contained in:
@@ -184,7 +184,7 @@ async function summarise() {
|
||||
markdownTable([
|
||||
['Locale', 'Result'],
|
||||
...locales.map(locale => [
|
||||
`${locale}`,
|
||||
`\`${locale}\``,
|
||||
errors.filter(error => error.locale === locale).length === 0 ? '✅ Passed' : '❌ Failed',
|
||||
]),
|
||||
]) + '\n\n';
|
||||
|
Reference in New Issue
Block a user