mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +00:00
add input in action
This commit is contained in:
parent
1c29312d99
commit
c69760f666
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue