Skip to content

Commit

Permalink
Add pbrisbin/setup-tool-action@v2 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire authored Aug 18, 2024
1 parent 10f3515 commit 5cc9e3f
Showing 1 changed file with 133 additions and 0 deletions.
133 changes: 133 additions & 0 deletions typings/pbrisbin/setup-tool-action/v2/action-types.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
# See https://github.com/typesafegithub/github-actions-typing/
inputs:
name:
type: string

version:
type: string

url:
type: string

subdir:
type: string

os:
type: string

arch:
type: string

ext:
type: string

no-extract:
type: boolean

url-darwin:
type: string

url-linux:
type: string

url-win32:
type: string

url-x64:
type: string

url-darwin-x64:
type: string

url-linux-x64:
type: string

url-win32-x64:
type: string

subdir-darwin:
type: string

subdir-linux:
type: string

subdir-win32:
type: string

subdir-x64:
type: string

subdir-darwin-x64:
type: string

subdir-linux-x64:
type: string

subdir-win32-x64:
type: string

os-darwin:
type: string

os-linux:
type: string

os-win32:
type: string

os-x64:
type: string

os-darwin-x64:
type: string

os-linux-x64:
type: string

os-win32-x64:
type: string

arch-darwin:
type: string

arch-linux:
type: string

arch-win32:
type: string

arch-x64:
type: string

arch-darwin-x64:
type: string

arch-linux-x64:
type: string

arch-win32-x64:
type: string

ext-darwin:
type: string

ext-linux:
type: string

ext-win32:
type: string

ext-x64:
type: string

ext-darwin-x64:
type: string

ext-linux-x64:
type: string

ext-win32-x64:
type: string

github-token:
type: string

0 comments on commit 5cc9e3f

Please sign in to comment.