From 207a3f5ddf7c52260aa3c424f44b207c77c08179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Krzemi=C5=84ski?= <3110813+krzema12@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:11:44 +0200 Subject: [PATCH] Delete typings for tecolicom/actions-use-homebrew-tools@v1 They were added in the action's repo. --- .../v1/action-types.yml | 30 ------------------- 1 file changed, 30 deletions(-) delete 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 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