Skip to content

Commit a37de01

Browse files
authored
Add typings for actions/checkout@v6 (#124)
Closes #123.
1 parent ae771a9 commit a37de01

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# See https://github.com/typesafegithub/github-actions-typing
2+
inputs:
3+
repository:
4+
type: string
5+
ref:
6+
type: string
7+
token:
8+
type: string
9+
ssh-key:
10+
type: string
11+
ssh-known-hosts:
12+
type: string
13+
ssh-strict:
14+
type: boolean
15+
persist-credentials:
16+
type: boolean
17+
path:
18+
type: string
19+
clean:
20+
type: boolean
21+
fetch-depth:
22+
type: integer
23+
named-values:
24+
Infinite: 0
25+
show-progress:
26+
type: boolean
27+
lfs:
28+
type: boolean
29+
submodules:
30+
type: boolean
31+
set-safe-directory:
32+
type: boolean
33+
github-server-url:
34+
type: string
35+
sparse-checkout:
36+
type: boolean
37+
sparse-checkout-cone-mode:
38+
type: boolean
39+
fetch-tags:
40+
type: boolean
41+
ssh-user:
42+
type: string
43+
filter:
44+
type: string
45+
46+
outputs:
47+
ref:
48+
type: string
49+
commit:
50+
type: string

0 commit comments

Comments
 (0)