You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: caching-strategies.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ The [GitHub Context](https://docs.github.com/en/actions/learn-github-actions/con
102
102
103
103
While setting paths for caching dependencies it is important to give correct path depending on the hosted runner you are using or whether the action is running in a container job. Assigning different `path` for save and restore will result in cache miss.
104
104
105
-
Below are GiHub hosted runner specific paths one should take care of when writing a workflow which saves/restores caches across OS.
105
+
Below are GitHub hosted runner specific paths one should take care of when writing a workflow which saves/restores caches across OS.
0 commit comments