We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ffa39 commit 8b2a548Copy full SHA for 8b2a548
docs/03-github/04-builder.mdx
@@ -136,7 +136,7 @@ Example:
136
```yaml
137
- uses: actions/cache@v3
138
with:
139
- path: $HOME/work/_temp/_github_home/.cache/unity3d/bee
+ path: ~/work/_temp/_github_home/.cache/unity3d/bee
140
key: IncrementalBuildCache-MyProjectName-TargetPlatform
141
restore-keys: |
142
IncrementalBuildCache-MyProjectName-
0 commit comments