Sourced from crowdin/github-action's releases.
v1.11.0
What's Changed
- add
command
andcommand_args
options. See the Crowdin CLI command section for more details.- add the
test-action.yml
GitHub workflow to test the Action- refine Readme
- improve Examples
- enforce conventional commits specification
Deprecation warning ⚠️
The
add_crowdin_branch
,new_branch_title
,new_branch_export_pattern
,new_branch_priority
, anddelete_crowdin_branch
options were deprecated. Please use the newcommand
andcommand_args
options instead:- name: Crowdin Action uses: crowdin/github-action@v1 with: command: 'branch add' command_args: '--title "title" --priority "HIGH" --export-pattern "pattern"'
By
@andrii-bodnar
in crowdin/github-action#176Full Changelog: https://github.com/crowdin/github-action/compare/v1.10.0...v1.11.0
ee4ab4e
feat: add 'command' and 'command_args' options (#176)