File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
typings/actions/checkout/v6 Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments