Skip to content

Commit 8f8ef8a

Browse files
authored
Fix GitHub Actions schema violations for non-string default values
1 parent 3a4f6e1 commit 8f8ef8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ inputs:
2323
check-latest:
2424
description: 'Set this option if you want the action to check for the latest available version that satisfies the version spec'
2525
required: false
26-
default: false
26+
default: 'false'
2727
server-id:
2828
description: 'ID of the distributionManagement repository in the pom.xml
2929
file. Default is `github`'
@@ -45,7 +45,7 @@ inputs:
4545
overwrite-settings:
4646
description: 'Overwrite the settings.xml file if it exists. Default is "true".'
4747
required: false
48-
default: true
48+
default: 'true'
4949
gpg-private-key:
5050
description: 'GPG private key to import. Default is empty string.'
5151
required: false

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy