mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
Added support for GPG
This commit is contained in:
parent
5c87b70ffe
commit
d94db22179
17 changed files with 37442 additions and 5142 deletions
10
action.yml
10
action.yml
|
@ -36,6 +36,14 @@ inputs:
|
|||
settings-path:
|
||||
description: 'Path to where the settings.xml file will be written. Default is ~/.m2.'
|
||||
required: false
|
||||
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
|
||||
$GPG_PASSPHRASE.'
|
||||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
main: 'dist/setup/index.js'
|
||||
post: 'dist/cleanup/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue