From 3523c6a93466eee300869bbd3534b8fefba7849a Mon Sep 17 00:00:00 2001 From: Benoit Dion Date: Thu, 25 Jun 2020 11:48:55 -0400 Subject: [PATCH] Document additional action inputs This helps avoid warnings when using previously undocumented inputs --- action.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/action.yml b/action.yml index edde174e..4ddbe644 100644 --- a/action.yml +++ b/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'