local-setup-maven/action.yml
soul-walker 0b541c6c85
All checks were successful
Continuous Integration / GitHub Actions Test (push) Successful in 7s
修改maven下载地址及版本说明
2024-03-22 15:20:39 +08:00

26 lines
589 B
YAML

name: 'Setup Maven'
description: 'Install a specific version of Apache Maven and add it to the PATH'
author: 'walker-sheng'
# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: 'heart'
color: 'red'
# Define your inputs here.
inputs:
maven-version:
description:
'Version Spec of the version to use. Currently only supports: [3.8.8,
3.9.6]'
default: '3.8.8'
# Define your outputs here.
outputs:
cache-hit:
description: 'A boolean value to indicate if a cache was hit.'
runs:
using: node20
main: dist/index.js