mirror of
https://github.com/actions/setup-java.git
synced 2025-06-29 04:24:14 +00:00
Fixes #85. Add support for multiple server ids.
This commit is contained in:
parent
1253a7eed4
commit
2a3b137eb6
9 changed files with 200 additions and 5082 deletions
|
@ -26,6 +26,10 @@ inputs:
|
|||
file. Default is `github`'
|
||||
required: false
|
||||
default: 'github'
|
||||
server-id-list:
|
||||
description: 'IDs of the repositories in the pom.xml file. Default is `github`'
|
||||
required: false
|
||||
default: 'github'
|
||||
server-username:
|
||||
description: 'Environment variable name for the username for authentication
|
||||
to the Apache Maven repository. Default is $GITHUB_ACTOR'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue