mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 17:36:45 +00:00
docs: fix typo
This commit is contained in:
parent
ed36d6f25f
commit
afa0e3a6be
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ Usually, cache gets downloaded in multiple segments of fixed sizes. Sometimes, a
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
env:
|
env:
|
||||||
SEGMENT_DOWNLOAD_TIMEOUT_MINS: "5"
|
SEGMENT_DOWNLOAD_TIMEOUT_MINS: '5'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-java@v3
|
- uses: actions/setup-java@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue