mirror of
https://github.com/actions/setup-java.git
synced 2025-04-18 00:46:45 +00:00
Update action.yml
This commit is contained in:
parent
faa3ddece7
commit
b11669270b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ description: 'Setup your runner with Java'
|
|||
author: 'GitHub'
|
||||
inputs:
|
||||
version:
|
||||
description: 'A number that specifies the JDK version to make available on the path. Use a whole number version, such as 10'
|
||||
description: 'The JDK version to make available on the path. Use a whole version, such as 9.0.4'
|
||||
required: true
|
||||
architecture:
|
||||
description: 'The architecture (x86, x64) of the JDK.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue