Skip to content

Commit

Permalink
Document additional action inputs
Browse files Browse the repository at this point in the history
This helps avoid warnings when using previously undocumented inputs
  • Loading branch information
benoitdion authored and webbertakken committed Jun 25, 2020
1 parent bf70278 commit 3523c6a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3523c6a

Please sign in to comment.