mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
minor fix
This commit is contained in:
parent
391ff78d9a
commit
4e8be27276
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ inputs:
|
||||||
description: 'Workaround to pass job status to post job step. This variable is not intended for manual setting'
|
description: 'Workaround to pass job status to post job step. This variable is not intended for manual setting'
|
||||||
default: ${{ job.status }}
|
default: ${{ job.status }}
|
||||||
token:
|
token:
|
||||||
description: Used to pull java versions from setup-java. Since there's a default, this is typically not supplied by the user.
|
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 }}
|
default: ${{ github.token }}
|
||||||
outputs:
|
outputs:
|
||||||
distribution:
|
distribution:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue