Skip to content

Commit

Permalink
Add tecolicom/actions-use-homebrew-tools@v1 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire authored Aug 18, 2024
1 parent ae2b7f8 commit 45a9a99
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions typings/tecolicom/actions-use-homebrew-tools/v1/action-types.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 45a9a99

Please sign in to comment.