Unverified Commit 810efed3 authored by Chi Song's avatar Chi Song Committed by GitHub
Browse files

Update main.yml (#2670)

parent 44fdc017
......@@ -54,11 +54,11 @@ jobs:
# Download translations with pushing to branch
push_translations: true # optional, default is true
# To download translations to the specified version branch
localization_branch_name: l10n_${{ github.ref }} # optional, default is l10n_crowdin_action
localization_branch_name: l10n_${{ github.base_ref }} # optional, default is l10n_crowdin_action
# Create pull request after pushing to branch
create_pull_request: false # optional, default is true
# Option to upload or download files to the specified version branch in your Crowdin project
crowdin_branch_name: ${{ github.ref }} # optional
crowdin_branch_name: ${{ github.base_ref }} # optional
# Option to specify a path to user-specific credentials
# identity: # optional
# Option to specify a path to the configuration file
......
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