mirror of
https://github.com/actions/setup-java.git
synced 2025-06-30 13:04:13 +00:00
Fixed typo
This commit is contained in:
parent
67a6c070ca
commit
7c423484dc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
This action sets up a java environment for use in actions by:
|
||||
|
||||
- Seeting up a requested version of java, adding it to PATH, and setting up JAVA_HOME. By default, requested JDKs are populated from the community [Zulu builds of OpenJDK](http://static.azul.com/zulu/bin/), but multiple distributions are supported. Requested JDK distributions (when specified) are located via the [Foojay Disco API](https://github.com/foojay2020/discoapi).
|
||||
- Setting up a requested version of java, adding it to PATH, and setting up JAVA_HOME. By default, requested JDKs are populated from the community [Zulu builds of OpenJDK](http://static.azul.com/zulu/bin/), but multiple distributions are supported. Requested JDK distributions (when specified) are located via the [Foojay Disco API](https://github.com/foojay2020/discoapi).
|
||||
- registering problem matchers for error output
|
||||
|
||||
# Usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue