docs: fix typo

This commit is contained in:
Ivan Zosimov 2023-10-16 09:54:25 +02:00
parent ed36d6f25f
commit afa0e3a6be

View File

@ -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