diff --git a/typings/tecolicom/actions-use-homebrew-tools/v1/action-types.yml b/typings/tecolicom/actions-use-homebrew-tools/v1/action-types.yml deleted file mode 100644 index f7280c8..0000000 --- a/typings/tecolicom/actions-use-homebrew-tools/v1/action-types.yml +++ /dev/null @@ -1,30 +0,0 @@ -# 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