Skip to content
Compare
Choose a tag to compare
@andrii-bodnar andrii-bodnar released this 15 Feb 15:01
· 60 commits to master since this release
37e7ee2

Added

New options:

download_sources:
  description: 'Defines whether to download source files from the Crowdin project'
  default: 'false'
  required: false
push_sources:
  description: 'Push downloaded sources to the branch'
  default: 'true'
  required: false
download_sources_args:
  description: 'Additional arguments which will be passed to the `download sources` cli command'
  default: ''
  required: false