mirror of
https://github.com/actions/setup-java.git
synced 2024-11-06 00:55:54 -05:00
Add default to settings-path description
Co-Authored-By: Chris Patterson <chrispat@github.com>
This commit is contained in:
parent
2e749e50a6
commit
998be8d08f
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue