mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-22 00:33:57 +08:00
Fix wrong link
This commit is contained in:
parent
f1938ac481
commit
6fac62b2e1
1 changed files with 1 additions and 5 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, virtuelenv](#python---pip-virtuelenv)
|
||||||
|
|
||||||
## Node - npm
|
## Node - npm
|
||||||
|
|
||||||
|
@ -111,7 +111,6 @@ uses: actions/cache@preview
|
||||||
${{ runner.os }}-go-
|
${{ runner.os }}-go-
|
||||||
```
|
```
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
## Elixir - Mix
|
## Elixir - Mix
|
||||||
```yaml
|
```yaml
|
||||||
- uses: actions/cache@preview
|
- uses: actions/cache@preview
|
||||||
|
@ -122,10 +121,7 @@ uses: actions/cache@preview
|
||||||
${{ runner.os }}-mix-
|
${{ runner.os }}-mix-
|
||||||
```
|
```
|
||||||
|
|
||||||
## Python - pip
|
|
||||||
=======
|
|
||||||
## Python - pip, virtuelenv
|
## Python - pip, virtuelenv
|
||||||
>>>>>>> Add virtualenv for title and fix wrong format
|
|
||||||
|
|
||||||
Use with virtual environments.
|
Use with virtual environments.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue