We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4f6e1 commit 8f8ef8aCopy full SHA for 8f8ef8a
action.yml
@@ -23,7 +23,7 @@ inputs:
23
check-latest:
24
description: 'Set this option if you want the action to check for the latest available version that satisfies the version spec'
25
required: false
26
- default: false
+ default: 'false'
27
server-id:
28
description: 'ID of the distributionManagement repository in the pom.xml
29
file. Default is `github`'
@@ -45,7 +45,7 @@ inputs:
45
overwrite-settings:
46
description: 'Overwrite the settings.xml file if it exists. Default is "true".'
47
48
- default: true
+ default: 'true'
49
gpg-private-key:
50
description: 'GPG private key to import. Default is empty string.'
51
0 commit comments