mirror of
https://github.com/actions/cache.git
synced 2025-04-23 14:30:49 +00:00
Fix typo
This commit is contained in:
parent
6fac62b2e1
commit
221ee97c63
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
- [Ruby - Gem](#ruby---gem)
|
- [Ruby - Gem](#ruby---gem)
|
||||||
- [Go - Modules](#go---modules)
|
- [Go - Modules](#go---modules)
|
||||||
- [Elixir - Mix](#elixir---mix)
|
- [Elixir - Mix](#elixir---mix)
|
||||||
- [Python - pip, virtuelenv](#python---pip-virtuelenv)
|
- [Python - pip, virtualenv](#python---pip-virtualenv)
|
||||||
|
|
||||||
## Node - npm
|
## Node - npm
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@ uses: actions/cache@preview
|
||||||
${{ runner.os }}-mix-
|
${{ runner.os }}-mix-
|
||||||
```
|
```
|
||||||
|
|
||||||
## Python - pip, virtuelenv
|
## Python - pip, virtualenv
|
||||||
|
|
||||||
Use with virtual environments.
|
Use with virtual environments.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue