Skip to content

Commit

Permalink
Merge pull request #68 from TWiStErRob/patch-2
Browse files Browse the repository at this point in the history
Be more explicit about what each action input means.
  • Loading branch information
bigdaz committed Feb 18, 2023
2 parents 64a4451 + 0be4b39 commit bc61a16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''

Expand Down

0 comments on commit bc61a16

Please sign in to comment.