chore(deps): update crowdin/github-action digest to f214c87 (#876)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-06-10 12:09:31 +02:00 committed by GitHub
parent 4146e91616
commit 6ce516f9db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@ jobs:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
persist-credentials: true
- name: push source files
uses: crowdin/github-action@b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2 # v2
uses: crowdin/github-action@f214c8723025f41fc55b2ad26e67b60b80b1885d # v2
with:
command: 'push'
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
- name: pull translations
uses: crowdin/github-action@b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2 # v2
uses: crowdin/github-action@f214c8723025f41fc55b2ad26e67b60b80b1885d # v2
with:
command: 'download'
command_args: '--export-only-approved --skip-untranslated-strings'