Added custom user inputted timeout

This commit is contained in:
Sankalp Kotewar
2022-08-16 04:14:27 +00:00
parent 63c66cf07e
commit c202c38407
5 changed files with 36 additions and 4 deletions

View File

@@ -80,4 +80,7 @@
- Added 1 hour timeout for the download stuck issue [#810](https://github.com/actions/cache/issues/810).
### 3.0.3
- Bug fixes for download stuck issue [#810](https://github.com/actions/cache/issues/810).
- Bug fixes for download stuck issue [#810](https://github.com/actions/cache/issues/810).
### 3.0.4
- Allowing users to provide a custom timeout as input for aborting cache download using an environment variable `CACHE_DOWNLOAD_TIMEOUT_MINS`. Default is 1 hour.