mirror of
https://github.com/gradle/wrapper-validation-action
synced 2024-11-23 17:22:01 +00:00
Be more explicit about what each action input means.
This commit is contained in:
parent
9aa31f26bc
commit
0be4b39706
1 changed files with 3 additions and 3 deletions
|
@ -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: ''
|
||||
|
||||
|
|
Loading…
Reference in a new issue