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
eb19cb0c39
commit
2a45f7a628
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ uses: actions/cache@preview
|
||||||
|
|
||||||
## Elixir - Mix
|
## Elixir - Mix
|
||||||
```yaml
|
```yaml
|
||||||
- uses: actions.cache@preview
|
- uses: actions/cache@preview
|
||||||
with:
|
with:
|
||||||
path: deps
|
path: deps
|
||||||
key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
|
key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue