From 45a9a9966b20241727734e51c26c6c7a687071e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kautler?= Date: Sun, 18 Aug 2024 22:50:12 +0200 Subject: [PATCH] Add tecolicom/actions-use-homebrew-tools@v1 (#26) --- .../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