mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Document additional action inputs
This helps avoid warnings when using previously undocumented inputs
This commit is contained in:
parent
bf702784d2
commit
3523c6a934
12
action.yml
12
action.yml
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user