diff --git a/README.md b/README.md index b7faa07..6bedf6c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This GitHub action sets up [GraalVM Community Edition][repo] and GraalVM compone This action: -- supports GraalVM CE [releases], [nightly builds][nightly], building from [source][repo], and [Mandrel][mandrel] (see [options](#options)) +- supports GraalVM CE [releases], [nightly builds][nightly], and building from [source][repo] (see [options](#options)) - has built-in support for GraalVM components and the [GraalVM updater][gu] - exports a `$GRAALVM_HOME` environment variable - adds `$GRAALVM_HOME/bin` to the `$PATH` environment variable
(GraalVM tools such as `gu` and GraalVM languages can be invoked directly) @@ -89,7 +89,7 @@ jobs: | Name | Default | Description | |-----------------|:--------:|-------------| -| `version`
*(required)* | n/a | `X.Y.Z` (e.g., `22.0.0`) for a specific [GraalVM release][releases]
`latest` for [latest stable release][stable],
`nightly` for [latest nightly build][nightly],
`trunk` for building GraalVM from [source][repo] (slow, can take several minutes),
`mandrel-X.Y.Z` (e.g., `mandrel-21.3.0.0-Final`) for a specific [Mandrel release][mandrel-releases], or
`mandrel-latest` for [latest Mandrel stable release][mandrel-stable]. | +| `version`
*(required)* | n/a | `X.Y.Z` (e.g., `22.0.0`) for a specific [GraalVM release][releases]
`latest` for [latest stable release][stable],
`nightly` for [latest nightly build][nightly],
`trunk` for building GraalVM from [source][repo] (slow, can take several minutes). | | `java-version`
*(required)* | n/a | `'11'` or `'17'` for a specific Java version.
(`'8'` and `'16'` are supported for GraalVM 21.2 and earlier.) | | `components` | `''` | Comma-spearated list of GraalVM components (e.g., `native-image` or `ruby,nodejs`) that will be installed by the [GraalVM Updater][gu]. | | `github-token` | `''` | Token for communication with the GitHub API. Please set to `${{ secrets.GITHUB_TOKEN }}` (see [templates](#templates)) to allow the action to authenticate with the GitHub API, which helps to reduce rate limiting issues. | @@ -104,9 +104,6 @@ Only pull requests from committers that can be verified as having signed the OCA [graalvm-languages]: https://www.graalvm.org/reference-manual/languages/ [gu]: https://www.graalvm.org/reference-manual/graalvm-updater/ -[mandrel]: https://github.com/graalvm/mandrel -[mandrel-releases]: https://github.com/graalvm/mandrel/releases -[mandrel-stable]: https://github.com/graalvm/mandrel/releases/latest [native-image]: https://www.graalvm.org/native-image/ [nightly]: https://github.com/graalvm/graalvm-ce-dev-builds/releases/latest [oca]: https://oca.opensource.oracle.com