add overwrite-settings parameter

This commit is contained in:
Maxim Lobanov 2021-03-16 12:24:05 +03:00
commit b86b190044
9 changed files with 165 additions and 36 deletions

View file

@ -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