diff --git a/action.yml b/action.yml index 17deebd..f8c1801 100644 --- a/action.yml +++ b/action.yml @@ -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