ci: debug

This commit is contained in:
GitHub Actions
2022-05-11 13:31:00 +02:00
parent 6cd9c30b20
commit 3170a35260

View File

@@ -31,6 +31,7 @@ export async function main() {
accessToken: core.getInput('api-token', { required: true }), accessToken: core.getInput('api-token', { required: true }),
compactByLanguage: true, compactByLanguage: true,
}); });
console.log('sortedByLanguages :>> ', sortedByLanguages);
const rendered = await renderer( const rendered = await renderer(
{ {