3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-18 09:29:03 +00:00

Fix wrong link

This commit is contained in:
Kosei Kitahara 2019-11-01 01:27:10 +09:00
parent f1938ac481
commit 6fac62b2e1
No known key found for this signature in database
GPG key ID: D18883191F02241B

View file

@ -10,7 +10,7 @@
- [Ruby - Gem](#ruby---gem)
- [Go - Modules](#go---modules)
- [Elixir - Mix](#elixir---mix)
- [Python - pip, virtuelenv](#python---pip,-virtuelenv)
- [Python - pip, virtuelenv](#python---pip-virtuelenv)
## Node - npm
@ -111,7 +111,6 @@ uses: actions/cache@preview
${{ runner.os }}-go-
```
<<<<<<< HEAD
## Elixir - Mix
```yaml
- uses: actions/cache@preview
@ -122,10 +121,7 @@ uses: actions/cache@preview
${{ runner.os }}-mix-
```
## Python - pip
=======
## Python - pip, virtuelenv
>>>>>>> Add virtualenv for title and fix wrong format
Use with virtual environments.