Commit 478cb3af authored by Moody Salem's avatar Moody Salem

another config change to try

parent d56015d7
...@@ -5,10 +5,6 @@ on: ...@@ -5,10 +5,6 @@ on:
branches: branches:
- main - main
pull_request:
branches:
- main
# manual trigger # manual trigger
workflow_dispatch: workflow_dispatch:
...@@ -24,11 +20,12 @@ jobs: ...@@ -24,11 +20,12 @@ jobs:
- name: Synchronize - name: Synchronize
uses: crowdin/github-action@1.1.0 uses: crowdin/github-action@1.1.0
with: with:
upload_sources: true
upload_translations: true upload_translations: true
download_translations: true download_translations: true
project_id: 458284 project_id: 458284
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN_SECRET }} token: ${{ secrets.CROWDIN_PERSONAL_TOKEN_SECRET }}
source: "/src/locales/en.po" source: 'src/locales/en.po'
translation: "/src/locales/%locale%.po" translation: 'src/locales/%locale%.po'
env: env:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment