mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-19 11:36:18 +02: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
|
||||
```yaml
|
||||
- uses: actions.cache@preview
|
||||
- uses: actions/cache@preview
|
||||
with:
|
||||
path: deps
|
||||
key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
|
||||
|
|
Loading…
Add table
Reference in a new issue