mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 18:36:46 +00:00
update documentation and action.yml
This commit is contained in:
parent
b5bfbd2bba
commit
875a6affd9
2 changed files with 18 additions and 2 deletions
|
@ -59,8 +59,8 @@ inputs:
|
|||
description: 'Workaround to pass job status to post job step. This variable is not intended for manual setting'
|
||||
default: ${{ job.status }}
|
||||
token:
|
||||
description: Used to pull java versions from setup-java. Since there is a default value, token is typically not supplied by the user.
|
||||
default: ${{ github.token }}
|
||||
description: Used to pull java versions from setup-java. Since there is a default value, token is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.
|
||||
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
|
||||
mvn-toolchain-id:
|
||||
description: 'Name of Maven Toolchain ID if the default name of "${distribution}_${java-version}" is not wanted. See examples of supported syntax in Advanced Usage file'
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue