mirror of
https://github.com/actions/setup-java.git
synced 2025-06-29 20:44:14 +00:00
add overwrite-settings parameter
This commit is contained in:
parent
7c88894700
commit
b86b190044
9 changed files with 165 additions and 36 deletions
|
@ -38,6 +38,10 @@ inputs:
|
|||
settings-path:
|
||||
description: 'Path to where the settings.xml file will be written. Default is ~/.m2.'
|
||||
required: false
|
||||
overwrite-settings:
|
||||
description: 'Overwrite the settings.xml file if it exists. Default is "true".'
|
||||
required: false
|
||||
default: true
|
||||
gpg-private-key:
|
||||
description: 'GPG private key to import. Default is empty string.'
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue