Update poeditor-sync.yml

This commit is contained in:
Cihat ATA
2025-03-11 00:43:37 +03:00
committed by GitHub
parent 18b3419026
commit cfb5cf024b

View File

@@ -55,7 +55,7 @@ jobs:
- name: Download translations from POEditor
env:
POEDITOR_API_TOKEN: ${{ secrets.POEDITOR_API }}
POEDITOR_API: ${{ secrets.POEDITOR_API }}
POEDITOR_PROJECT_ID: ${{ secrets.POEDITOR_PROJECT_ID }}
LANGUAGES: ${{ github.event.inputs.languages || 'tr,en' }}
EXPORT_FORMAT: ${{ github.event.inputs.format || 'key_value_json' }}