diff --git a/.github/workflows/check_locales.yml b/.github/workflows/check_locales.yml index 96e0acd2e..af1287012 100644 --- a/.github/workflows/check_locales.yml +++ b/.github/workflows/check_locales.yml @@ -192,6 +192,7 @@ jobs: referenceFilePath = "main-branch-translation.json"; const content = Buffer.from(fileContent.content, "base64").toString("utf-8"); + console.log(`Content of ${referenceFilePath}:`, content); fs.writeFileSync(referenceFilePath, content); }