mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 09:51:47 +00:00
fixed gpg private key description in action.yml
This commit is contained in:
parent
1d7ec38fd8
commit
4eb5c87b70
@ -37,8 +37,7 @@ inputs:
|
||||
description: 'Path to where the settings.xml file will be written. Default is ~/.m2.'
|
||||
required: false
|
||||
gpg-private-key:
|
||||
description: 'Environment variable name for the GPG private key to import. Default is
|
||||
$GPG_PRIVATE_KEY.'
|
||||
description: 'GPG private key to import. Default is empty string.'
|
||||
required: false
|
||||
gpg-passphrase:
|
||||
description: 'Environment variable name for the GPG private key passphrase. Default is
|
||||
|
Loading…
Reference in New Issue
Block a user