1
0
Fork 0
mirror of https://github.com/actions/setup-java.git synced 2024-09-19 16:16:43 +00:00

Add default to settings-path description

Co-Authored-By: Chris Patterson <chrispat@github.com>
This commit is contained in:
Bryan Clark 2019-12-18 11:05:01 -08:00 committed by GitHub
parent 2e749e50a6
commit 998be8d08f
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ inputs:
repository.'
required: false
settings-path:
description: 'Path to where the settings.xml file will be written.'
description: 'Path to where the settings.xml file will be written. Default is ~/.m2.'
required: false
runs:
using: 'node12'