mirror of
https://github.com/gradle/wrapper-validation-action
synced 2024-11-23 17:22:01 +00:00
Add Action branding
Signed-off-by: Paul Merlin <paul@gradle.com>
This commit is contained in:
parent
7c1b6a0c36
commit
eabf8f4ea7
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
name: 'Gradle Wrapper Validation'
|
name: 'Gradle Wrapper Validation'
|
||||||
description: 'Validates Gradle Wrapper JAR Files'
|
description: 'Validates Gradle Wrapper JAR Files'
|
||||||
author: 'Gradle'
|
author: 'Gradle'
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
min-wrapper-count:
|
min-wrapper-count:
|
||||||
description: 'Minimum expected wrapper JAR files'
|
description: 'Minimum expected wrapper JAR files'
|
||||||
|
@ -14,6 +15,11 @@ inputs:
|
||||||
description: 'Allow arbitrary checksums, comma separated'
|
description: 'Allow arbitrary checksums, comma separated'
|
||||||
required: false
|
required: false
|
||||||
default: ''
|
default: ''
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|
||||||
|
branding:
|
||||||
|
icon: 'shield'
|
||||||
|
color: gray-dark
|
||||||
|
|
Loading…
Reference in a new issue