From c69760f666328e5e8024adb2f3cea03b6608edb0 Mon Sep 17 00:00:00 2001 From: Evgenii Korolevskii Date: Wed, 7 Dec 2022 09:23:48 +0100 Subject: [PATCH] add input in action --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f67c642d..2c0f7aba 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,8 @@ author: 'GitHub' inputs: java-version: description: 'The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file' - required: true + java-version-file: + description: 'The path to the `.java-version` file. See examples of supported syntax in README file' distribution: description: 'Java distribution. See the list of supported distributions in README file' required: true