mirror of
https://github.com/actions/cache.git
synced 2024-11-09 16:01:47 +01:00
Fix typo: depening -> depending
This commit is contained in:
parent
81382a721f
commit
de70adb99f
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ On similar lines, commit sha can be used to create a very specialized and short
|
|||
key: cache-${{ github.sha }}
|
||||
```
|
||||
|
||||
### Using multiple factors while forming a key depening on the need
|
||||
### Using multiple factors while forming a key depending on the need
|
||||
|
||||
Cache key can be formed by combination of more than one metadata, evaluated info.
|
||||
|
||||
|
|
Loading…
Reference in a new issue