1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-19 11:36:18 +02:00
This commit is contained in:
ghostrick 2019-11-04 11:21:45 +09:00
parent eb19cb0c39
commit 2a45f7a628

View file

@ -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')) }}