Add new input to action.yml · actions/cache@cce3c03 (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit cce3c03
Add new input to action.yml
1 file changed
Lines changed: 3 additions & 0 deletions
File tree
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -11,6 +11,9 @@ inputs: | ||
| 11 | 11 | restore-keys: |
| 12 | 12 | description: 'An ordered list of keys to use for restoring the cache if no cache hit occurred for key' |
| 13 | 13 | required: false |
| 14 | +upload-chunk-size: | |
| 15 | +description: 'The chunk size used when uploading large cache files' | |
| 16 | +required: false | |
| 14 | 17 | outputs: |
| 15 | 18 | cache-hit: |
| 16 | 19 | description: 'A boolean value to indicate an exact match was found for the primary key' |