From afa0e3a6be3b89d3c64141d183ef1bb0f890b8d7 Mon Sep 17 00:00:00 2001 From: Ivan Zosimov Date: Mon, 16 Oct 2023 09:54:25 +0200 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65467fd1..2a333089 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Usually, cache gets downloaded in multiple segments of fixed sizes. Sometimes, a ```yaml env: - SEGMENT_DOWNLOAD_TIMEOUT_MINS: "5" + SEGMENT_DOWNLOAD_TIMEOUT_MINS: '5' steps: - uses: actions/checkout@v3 - uses: actions/setup-java@v3