mirror of
https://github.com/actions/setup-java.git
synced 2025-04-05 11:36:09 +08:00
Merge 8f8ef8aa7f19bc47d411b3cca951dd9c4fcdd690 into 3b6c050358614dd082e53cdbc55580431fc4e437
This commit is contained in:
commit
5693d9b775
@ -23,7 +23,7 @@ inputs:
|
|||||||
check-latest:
|
check-latest:
|
||||||
description: 'Set this option if you want the action to check for the latest available version that satisfies the version spec'
|
description: 'Set this option if you want the action to check for the latest available version that satisfies the version spec'
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: 'false'
|
||||||
server-id:
|
server-id:
|
||||||
description: 'ID of the distributionManagement repository in the pom.xml
|
description: 'ID of the distributionManagement repository in the pom.xml
|
||||||
file. Default is `github`'
|
file. Default is `github`'
|
||||||
@ -45,7 +45,7 @@ inputs:
|
|||||||
overwrite-settings:
|
overwrite-settings:
|
||||||
description: 'Overwrite the settings.xml file if it exists. Default is "true".'
|
description: 'Overwrite the settings.xml file if it exists. Default is "true".'
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: 'true'
|
||||||
gpg-private-key:
|
gpg-private-key:
|
||||||
description: 'GPG private key to import. Default is empty string.'
|
description: 'GPG private key to import. Default is empty string.'
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user