From 6249097607bdc21fc8d99f77454617afe1fb4d11 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Tue, 24 Jun 2025 16:42:24 +0200 Subject: [PATCH] Update `java-version` in README.md. Fixes #166 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a36a06..3e33518 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ This actions can be configured with the following options: | Name | Default | Description | |-----------------|:--------:|-------------| -| `java-version`
*(required)* | n/a | Java version | +| `java-version`
*(required)* | n/a | Java version | | `distribution` | `'graalvm'` | GraalVM distribution (see [supported distributions](#supported-distributions)) | | `java-package` | `'jdk'` | The package type (`'jdk'` or `'jdk+fx'`). Currently applies to Liberica only. | | `github-token` | `'${{ github.token }}'` | Token for communication with the GitHub API. Please set this to `${{ secrets.GITHUB_TOKEN }}` (see [templates](#templates)) to allow the action to authenticate with the GitHub API, which helps reduce rate-limiting issues. |