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