Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit bc61a16

Browse files
authored
Merge pull request #68 from TWiStErRob/patch-2
Be more explicit about what each action input means.
2 parents 64a4451 + 0be4b39 commit bc61a16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ author: 'Gradle'
44

55
inputs:
66
min-wrapper-count:
7-
description: 'Minimum expected wrapper JAR files'
7+
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.'
88
required: false
99
default: '1'
1010
allow-snapshots:
11-
description: 'Allow snapshot Gradle versions'
11+
description: 'Allow Gradle snapshot versions during checksum verification. Boolean, true or false.'
1212
required: false
1313
default: 'false'
1414
allow-checksums:
15-
description: 'Allow arbitrary checksums, comma separated'
15+
description: 'Accept arbitrary user-defined checksums as valid. Comma separated list of SHA256 checksums (lowercase hex).'
1616
required: false
1717
default: ''
1818

0 commit comments

Comments
 (0)