Skip to content

Commit

Permalink
Fix navigation issue of supported distributions (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuhkoca committed Apr 5, 2021
1 parent 8764a52 commit 1e063f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ This action provides the following functionality for GitHub Actions runners:
- V2 requires you to specify distribution along with the version. V1 defaults to Zulu OpenJDK, only version input is required. Follow [the migration guide](docs/switching-to-v2.md) to switch from V1 to V2

## Usage
Inputs `java-version` and `distribution` are mandatory. See [Supported distributions](../README.md#Supported-distributions) section for a list of available options.
Inputs `java-version` and `distribution` are mandatory. See [Supported distributions](#supported-distributions) section for a list of available options.

### Basic
**Adopt OpenJDK**
Expand Down

0 comments on commit 1e063f2

Please sign in to comment.