wrapper-validation-action/action.yml
Paul Merlin eabf8f4ea7 Add Action branding
Signed-off-by: Paul Merlin <paul@gradle.com>
2020-01-10 18:04:36 +01:00

25 lines
545 B
YAML

name: 'Gradle Wrapper Validation'
description: 'Validates Gradle Wrapper JAR Files'
author: 'Gradle'
inputs:
min-wrapper-count:
description: 'Minimum expected wrapper JAR files'
required: false
default: '1'
allow-snapshots:
description: 'Allow snapshot Gradle versions'
required: false
default: 'false'
allow-checksums:
description: 'Allow arbitrary checksums, comma separated'
required: false
default: ''
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: 'shield'
color: gray-dark