mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +00:00
✨ Support loading GPG private key from file path.
This commit is contained in:
parent
3019d15cad
commit
b9a18e1677
8 changed files with 86 additions and 35 deletions
|
@ -42,6 +42,9 @@ inputs:
|
|||
gpg-private-key:
|
||||
description: 'GPG private key to import. Default is empty string.'
|
||||
required: false
|
||||
gpg-private-key-path:
|
||||
description: 'Path to the GPG private key to import. Default is empty string. Overriden by gpg-private-key'
|
||||
required: false
|
||||
gpg-passphrase:
|
||||
description: 'Environment variable name for the GPG private key passphrase. Default is
|
||||
$GPG_PASSPHRASE.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue