File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22- " v2"
33- " v3"
44- " v4"
5+ - " v5"
Original file line number Diff line number Diff line change 1+ # See https://github.com/typesafegithub/github-actions-typing
2+ inputs :
3+ path :
4+ type : list
5+ separator : " \n "
6+ list-item :
7+ type : string
8+ key :
9+ type : string
10+ restore-keys :
11+ type : list
12+ separator : " \n "
13+ list-item :
14+ type : string
15+ upload-chunk-size :
16+ type : integer
17+ enableCrossOsArchive :
18+ type : boolean
19+ fail-on-cache-miss :
20+ type : boolean
21+ lookup-only :
22+ type : boolean
23+ save-always :
24+ type : boolean
25+ outputs :
26+ cache-hit :
27+ type : boolean
Original file line number Diff line number Diff line change 1+ # See https://github.com/typesafegithub/github-actions-typing
2+ inputs :
3+ path :
4+ type : list
5+ separator : " \n "
6+ list-item :
7+ type : string
8+ key :
9+ type : string
10+ restore-keys :
11+ type : list
12+ separator : " \n "
13+ list-item :
14+ type : string
15+ enableCrossOsArchive :
16+ type : boolean
17+ fail-on-cache-miss :
18+ type : boolean
19+ lookup-only :
20+ type : boolean
21+ outputs :
22+ cache-hit :
23+ type : boolean
24+ cache-primary-key :
25+ type : string
26+ cache-matched-key :
27+ type : string
Original file line number Diff line number Diff line change 1+ # See https://github.com/typesafegithub/github-actions-typing
2+ inputs :
3+ path :
4+ type : list
5+ separator : " \n "
6+ list-item :
7+ type : string
8+ key :
9+ type : string
10+ upload-chunk-size :
11+ type : integer
12+ enableCrossOsArchive :
13+ type : boolean
You can’t perform that action at this time.
0 commit comments