From 57014a2baae92efb4c2ce19e2d1d2b47cca10081 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Mon, 13 Mar 2023 12:02:23 +0530 Subject: [PATCH] Readme fixes (#1134) * Update README.md * Update README.md --- README.md | 2 +- restore/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b844bc4..6cb3df7 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ If you are using a `self-hosted` Windows runner, `GNU tar` and `zstd` are requir #### Environment Variables -* `SEGMENT_DOWNLOAD_TIMEOUT_MINS` - Segment download timeout (in minutes, default `60`) to abort download of the segment if not completed in the defined number of minutes. [Read more](https://github.com/actions/cache/blob/main/tips-and-workarounds.md#cache-segment-restore-timeout) +* `SEGMENT_DOWNLOAD_TIMEOUT_MINS` - Segment download timeout (in minutes, default `10`) to abort download of the segment if not completed in the defined number of minutes. [Read more](https://github.com/actions/cache/blob/main/tips-and-workarounds.md#cache-segment-restore-timeout) ### Outputs diff --git a/restore/README.md b/restore/README.md index 6571aef..f125af7 100644 --- a/restore/README.md +++ b/restore/README.md @@ -23,7 +23,7 @@ The restore action restores a cache. It works similarly to the `cache` action ex ### Environment Variables -* `SEGMENT_DOWNLOAD_TIMEOUT_MINS` - Segment download timeout (in minutes, default `60`) to abort download of the segment if not completed in the defined number of minutes. [Read more](https://github.com/actions/cache/blob/main/tips-and-workarounds.md#cache-segment-restore-timeout) +* `SEGMENT_DOWNLOAD_TIMEOUT_MINS` - Segment download timeout (in minutes, default `10`) to abort download of the segment if not completed in the defined number of minutes. [Read more](https://github.com/actions/cache/blob/main/tips-and-workarounds.md#cache-segment-restore-timeout) ## Use cases