mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
Try env variables
This commit is contained in:
parent
6924f73ee0
commit
1bba665156
6 changed files with 90 additions and 83 deletions
|
@ -24,11 +24,12 @@ inputs:
|
|||
file.'
|
||||
required: false
|
||||
server-username:
|
||||
description: 'Username for authentication to the Apache Maven repository.'
|
||||
description: 'Environment variable name for the username for authentication
|
||||
to the Apache Maven repository.'
|
||||
required: false
|
||||
server-password:
|
||||
description: 'Password or token for authentication to the Apache Maven
|
||||
repository.'
|
||||
description: 'Environment variable name for password or token for
|
||||
authentication to the Apache Maven repository.'
|
||||
required: false
|
||||
settings-path:
|
||||
description: 'Path to where the settings.xml file will be written. Default is ~/.m2.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue