Skip to content

Commit

Permalink
Update crowdin.yml (AS A TEST)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjoerd-Bo3 authored May 28, 2024
1 parent 4d7cb29 commit aa20198
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Crowdin Action

on:
push:
branches: [ dev ]
branches: [ dev-crowdintest ]

jobs:
synchronize-with-crowdin:
Expand All @@ -18,11 +18,11 @@ jobs:
upload_sources: true
upload_translations: true
download_translations: true
localization_branch_name: crowdin-i18n
localization_branch_name: crowdin-i18n-test
create_pull_request: true
pull_request_title: 'New Crowdin Translations'
pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)'
pull_request_base_branch_name: 'dev'
pull_request_base_branch_name: 'dev-crowdintest'
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
Expand Down

0 comments on commit aa20198

Please sign in to comment.