Merge pull request #68 from TWiStErRob/patch-2

Be more explicit about what each action input means.
This commit is contained in:
Daz DeBoer 2023-02-18 16:35:00 -07:00 committed by GitHub
commit bc61a16645
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,15 +4,15 @@ author: 'Gradle'
inputs:
min-wrapper-count:
description: 'Minimum expected wrapper JAR files'
description: 'Minimum number expected gradle-wrapper.jar files found in the repository. Non-negative number. Higher number is useful in monorepos where each project might have their own wrapper.'
required: false
default: '1'
allow-snapshots:
description: 'Allow snapshot Gradle versions'
description: 'Allow Gradle snapshot versions during checksum verification. Boolean, true or false.'
required: false
default: 'false'
allow-checksums:
description: 'Allow arbitrary checksums, comma separated'
description: 'Accept arbitrary user-defined checksums as valid. Comma separated list of SHA256 checksums (lowercase hex).'
required: false
default: ''