From 9058cd7d7c3432a982540f99f8161ed3f2a85dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kautler?= Date: Sat, 17 Aug 2024 03:48:24 +0200 Subject: [PATCH] Add tecolicom/actions-use-homebrew-tools@v1 --- .../v1/action-types.yml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 typings/tecolicom/actions-use-homebrew-tools/v1/action-types.yml diff --git a/typings/tecolicom/actions-use-homebrew-tools/v1/action-types.yml b/typings/tecolicom/actions-use-homebrew-tools/v1/action-types.yml new file mode 100644 index 0000000..f7280c8 --- /dev/null +++ b/typings/tecolicom/actions-use-homebrew-tools/v1/action-types.yml @@ -0,0 +1,30 @@ +# See https://github.com/typesafegithub/github-actions-typing/ +inputs: + tools: + type: list + separator: ' ' + list-item: + type: string + + key: + type: string + + path: + type: list + separator: ' ' + list-item: + type: string + + cache: + type: enum + allowed-values: + - yes + - no + - workflow + + verbose: + type: boolean + +outputs: + cache-hit: + type: boolean