mirror of
https://github.com/actions/setup-java.git
synced 2025-07-24 23:48:25 +02:00
Apply suggestions from code review
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
This commit is contained in:
parent
6738676573
commit
50ef02aa7c
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
# Usage
|
||||
- [Selecting Java distribution](#Selecting-Java-distribution)
|
||||
- [Selecting a Java distribution](#Selecting-a-Java-distribution)
|
||||
- [Adoptium](#Adoptium)
|
||||
- [Zulu](#Zulu)
|
||||
- [Installing custom Java package type](#Installing-custom-Java-package-type)
|
||||
|
@ -12,8 +12,8 @@
|
|||
|
||||
See [action.yml](../action.yml) for more details on task inputs.
|
||||
|
||||
## Selecting Java distribution
|
||||
Input `distribution` is mandatory and needs to be provided to use action. See [Supported distributions](../README.md#Supported-distributions) for a list of available options.
|
||||
## Selecting a Java distribution
|
||||
Input `distribution` is mandatory and needs to be provided. See [Supported distributions](../README.md#Supported-distributions) for a list of available options.
|
||||
|
||||
### Adoptium
|
||||
```yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue