mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-06 08:25:52 -05:00
elixir typo - stray parenthesis (#569)
This commit is contained in:
parent
366e5ba022
commit
3a696372f2
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ steps:
|
||||||
path: |
|
path: |
|
||||||
deps
|
deps
|
||||||
_build
|
_build
|
||||||
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock')) }}
|
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-mix-
|
${{ runner.os }}-mix-
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue