-
Notifications
You must be signed in to change notification settings - Fork 6
/
action.yml
42 lines (40 loc) · 1.28 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
name: 'Localazy Upload'
description: 'Upload localizable files to the Localazy translation management platform.'
author: 'Localazy'
branding:
icon: 'upload-cloud'
color: 'blue'
inputs:
workdir:
description: 'Defines the working directory where to invoke Localazy CLI command.'
required: false
default: ''
config_file:
description: 'The filename of the configuration file. Default: localazy.json'
required: false
default: 'localazy.json'
key_file:
description: 'The filename of the key file.'
required: false
default: ''
read_key:
description: 'The read key for the project on Localazy.'
required: false
default: ''
write_key:
description: 'The write key for the project on Localazy.'
required: false
default: ''
force:
description: 'Whether to force the upload even if the validation fails; use only if you are sure that your configuration is correct.'
required: false
default: ''
app_version:
description: 'Override/provide the app version.'
required: false
default: ''
groups:
description: 'Define groups to be uploaded separated with a space. The default group is always uploaded. If no groups are provided, only the default one is uploaded.'
runs:
using: 'docker'
image: 'Dockerfile'