mirror of https://github.com/actions/toolkit
corrected environment variable
parent
4b6b45fe18
commit
846a0af6ec
|
@ -82,5 +82,5 @@
|
||||||
### 3.0.3
|
### 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
|
### 3.0.5
|
||||||
- Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable `CACHE_DOWNLOAD_TIMEOUT_MINS`. Default is 1 hour.
|
- Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable `SEGMENT_DOWNLOAD_TIMEOUT_MIN`. Default is 1 hour.
|
Loading…
Reference in New Issue