mirror of
https://github.com/gradle/wrapper-validation-action.git
synced 2025-02-23 12:19:19 +08:00
Add Action branding
Signed-off-by: Paul Merlin <paul@gradle.com>
This commit is contained in:
parent
7c1b6a0c36
commit
eabf8f4ea7
@ -1,6 +1,7 @@
|
||||
name: 'Gradle Wrapper Validation'
|
||||
description: 'Validates Gradle Wrapper JAR Files'
|
||||
author: 'Gradle'
|
||||
|
||||
inputs:
|
||||
min-wrapper-count:
|
||||
description: 'Minimum expected wrapper JAR files'
|
||||
@ -14,6 +15,11 @@ inputs:
|
||||
description: 'Allow arbitrary checksums, comma separated'
|
||||
required: false
|
||||
default: ''
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
||||
branding:
|
||||
icon: 'shield'
|
||||
color: gray-dark
|
||||
|
Loading…
Reference in New Issue
Block a user