Add output parameters for the tool path and version

This allows calling the action multiple times in the
same job and retrieving the path and/or version in
other steps.

Fixes #65
This commit is contained in:
Thomas Broyer
2020-05-24 20:03:57 +02:00
parent 4003c04fbc
commit 457d7a4579
6 changed files with 121 additions and 37 deletions

View File

@ -36,6 +36,11 @@ inputs:
settings-path:
description: 'Path to where the settings.xml file will be written. Default is ~/.m2.'
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/index.js'