Document additional action inputs

This helps avoid warnings when using previously undocumented inputs
This commit is contained in:
Benoit Dion 2020-06-25 11:48:55 -04:00 committed by Webber Takken
parent bf702784d2
commit 3523c6a934

View File

@ -30,10 +30,22 @@ inputs:
required: false
default: 'Semantic'
description: 'The versioning scheme to use when building the project'
version:
required: false
default: ''
description: 'The version, when used with the "Custom" versioning scheme'
androidVersionCode:
required: false
default: ''
description: 'The android versionCode'
customParameters:
required: false
default: ''
description: >
Custom parameters to configure the build.
Parameters must start with a hyphen (-) and may be followed by a value (without hyphen).
Parameters without a value will be considered booleans (with a value of true).
outputs: {}
branding:
icon: 'box'