-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yml
31 lines (29 loc) · 869 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: 'translation-action'
description: 'Update translations'
author: 'plfiorini'
runs:
using: 'docker'
image: 'Dockerfile'
inputs:
sources_path:
description: 'Path to sources.json'
default: '.tx/sources.json'
required: true
minimum_perc:
description: 'Minimum percentage the files need to be translated to be fetched'
default: '5'
required: false
translations_folder:
description: 'The wildcard-able expression for the folder containing the locales. Eg /config/locales'
required: false
committer_email:
description: 'The email of the author of commit'
default: '[email protected]'
required: false
committer_name:
default: 'Transifex Github action'
description: 'The email of the author of commit'
required: false
ssh_key:
description: 'SSH key to use for commit'
required: false