wrapper-validation-action/action.yml
Paul Merlin 73443bf726 Add input to allow arbitrary checksums
In order for the action integration test to pass on CI
And it's a feature

Signed-off-by: Paul Merlin <paul@gradle.com>
2020-01-06 13:36:28 +01:00

15 lines
371 B
YAML

name: 'Gradle Wrapper Check'
description: 'Check Gradle Wrapper Files'
author: 'Gradle'
inputs:
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'