Compare commits

...

2 Commits

Author SHA1 Message Date
Josh Gross
2f639c1c1c Merge branch 'main' into fix-typo 2024-10-03 14:55:06 -04:00
mackey0225
de70adb99f Fix typo: depening -> depending 2024-09-17 03:25:24 +09:00

View File

@@ -81,7 +81,7 @@ On similar lines, commit sha can be used to create a very specialized and short
key: cache-${{ github.sha }} 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. Cache key can be formed by combination of more than one metadata, evaluated info.