Skip to content

Commit 3523c6a

Browse files
benoitdionwebbertakken
authored andcommitted
Document additional action inputs
This helps avoid warnings when using previously undocumented inputs
1 parent bf70278 commit 3523c6a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

action.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,22 @@ inputs:
3030
required: false
3131
default: 'Semantic'
3232
description: 'The versioning scheme to use when building the project'
33+
version:
34+
required: false
35+
default: ''
36+
description: 'The version, when used with the "Custom" versioning scheme'
3337
androidVersionCode:
3438
required: false
3539
default: ''
3640
description: 'The android versionCode'
41+
customParameters:
42+
required: false
43+
default: ''
44+
description: >
45+
Custom parameters to configure the build.
46+
47+
Parameters must start with a hyphen (-) and may be followed by a value (without hyphen).
48+
Parameters without a value will be considered booleans (with a value of true).
3749
outputs: {}
3850
branding:
3951
icon: 'box'

0 commit comments

Comments
 (0)