Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Jared Petersen
2020-06-23 20:54:13 -07:00
10 changed files with 5191 additions and 53 deletions

View File

@ -43,6 +43,11 @@ inputs:
description: 'Environment variable name for the GPG private key passphrase. Default is
$GPG_PASSPHRASE.'
required: false
outputs:
path:
description: 'Path to where the java environment has been installed (same as $JAVA_HOME)'
version:
description: 'Actual version of the java environment that has been installed'
runs:
using: 'node12'
main: 'dist/setup/index.js'