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