mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 01:46:46 +00:00
Use double quotes in architecture description
This commit is contained in:
parent
2dec3090c2
commit
04e13d1cf9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
default: 'jdk'
|
default: 'jdk'
|
||||||
architecture:
|
architecture:
|
||||||
description: 'The architecture of the package (defaults to the action runner's architecture)'
|
description: "The architecture of the package (defaults to the action runner's architecture)"
|
||||||
required: false
|
required: false
|
||||||
jdkFile:
|
jdkFile:
|
||||||
description: 'Path to where the compressed JDK is located'
|
description: 'Path to where the compressed JDK is located'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue