Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions typings/actions/checkout/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
- "v4"
- "v5"
- "v6"
- "v7"
52 changes: 52 additions & 0 deletions typings/actions/checkout/v7/action-types.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# See https://github.com/typesafegithub/github-actions-typing
inputs:
repository:
type: string
ref:
type: string
token:
type: string
ssh-key:
type: string
ssh-known-hosts:
type: string
ssh-strict:
type: boolean
persist-credentials:
type: boolean
path:
type: string
clean:
type: boolean
fetch-depth:
type: integer
named-values:
Infinite: 0
show-progress:
type: boolean
lfs:
type: boolean
submodules:
type: boolean
set-safe-directory:
type: boolean
github-server-url:
type: string
sparse-checkout:
type: boolean
sparse-checkout-cone-mode:
type: boolean
fetch-tags:
type: boolean
ssh-user:
type: string
filter:
type: string
allow-unsafe-pr-checkout:
type: boolean

outputs:
ref:
type: string
commit:
type: string