setup-maven/action.yml

15 lines
410 B
YAML

name: 'Setup Maven'
description: 'Install a specific version of Apache Maven and add it to the PATH'
author: 'stCarolas'
inputs:
maven-version:
description: 'Version Spec of the version to use. Examples: 3.x, 3.1.1, >=3.8.0'
required: false
default: '3'
outputs:
version:
description: 'Actual version of Apache Maven that has been installed'
runs:
using: 'node12'
main: 'dist/index.js'