mirror of
https://gitea.com/actions/setup-java.git
synced 2025-04-05 14:59:37 +00:00
Try env variables
This commit is contained in:
@ -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.'
|
||||
|
Reference in New Issue
Block a user