From 9111e0b7e0d2b9fb99f8ca06a94799b2de9be54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Krzemi=C5=84ski?= <3110813+krzema12@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:45:38 +0200 Subject: [PATCH] Add gradle/actions/wrapper-validation@v4 --- .../actions/v4/wrapper-validation/action-types.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 typings/gradle/actions/v4/wrapper-validation/action-types.yml diff --git a/typings/gradle/actions/v4/wrapper-validation/action-types.yml b/typings/gradle/actions/v4/wrapper-validation/action-types.yml new file mode 100644 index 0000000..08aa901 --- /dev/null +++ b/typings/gradle/actions/v4/wrapper-validation/action-types.yml @@ -0,0 +1,11 @@ +# See https://github.com/typesafegithub/github-actions-typing +inputs: + min-wrapper-count: + type: integer + allow-snapshots: + type: boolean + allow-checksums: + type: list + separator: ',' + list-item: + type: string