mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00: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,7 +1,7 @@
|
|||
# Switching to V2
|
||||
## Java distribution
|
||||
The major breaking change in V2 is the new mandatory `distribution` input. This field should be specified with one of supported distributions. See [Supported distributions](../README.md#Supported-distributions) for a list of available options.
|
||||
Use the `zulu` keyword if you would like to continue using the same distribution as in the V1.
|
||||
Use the `zulu` keyword if you would like to continue using the same distribution as in V1.
|
||||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue