mirror of
https://github.com/actions/cache.git
synced 2024-11-10 06:31:07 +07:00
elixir typo - stray parenthesis (#569)
This commit is contained in:
parent
366e5ba022
commit
3a696372f2
@ -104,7 +104,7 @@ steps:
|
||||
path: |
|
||||
deps
|
||||
_build
|
||||
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock')) }}
|
||||
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-mix-
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user