Fix GitHub Actions schema violations for non-string default values

This commit is contained in:
Rob Lindley 2025-02-09 10:22:10 -06:00 committed by GitHub
parent 3a4f6e1af5
commit 8f8ef8aa7f
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ inputs:
check-latest:
description: 'Set this option if you want the action to check for the latest available version that satisfies the version spec'
required: false
default: false
default: 'false'
server-id:
description: 'ID of the distributionManagement repository in the pom.xml
file. Default is `github`'
@ -45,7 +45,7 @@ inputs:
overwrite-settings:
description: 'Overwrite the settings.xml file if it exists. Default is "true".'
required: false
default: true
default: 'true'
gpg-private-key:
description: 'GPG private key to import. Default is empty string.'
required: false