Update crowdin.yml

This commit is contained in:
Xikaro
2026-02-24 23:49:38 +05:00
parent 3936ee9dde
commit 2a33efd258

View File

@@ -1,4 +1,5 @@
name: 🌐 Crowdin Translations
name: Crowdin Translations
run-name: "🌐 Crowdin Translations #${{ github.run_number }}"
on:
push:
@@ -146,7 +147,7 @@ jobs:
uses: crowdin/github-action@v2.15.0
with:
command: 'status'
command_args: '--language ${{ github.event.inputs.download_language || "" }} --format json'
command_args: '--language ${{ github.event.inputs.download_language || '' }} --format json'
configuration: crowdin.yml
env:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_TOKEN }}