Skip to content

Commit 8b2a548

Browse files
authored
AI caught mistake
1 parent c0ffa39 commit 8b2a548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03-github/04-builder.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Example:
136136
```yaml
137137
- uses: actions/cache@v3
138138
with:
139-
path: $HOME/work/_temp/_github_home/.cache/unity3d/bee
139+
path: ~/work/_temp/_github_home/.cache/unity3d/bee
140140
key: IncrementalBuildCache-MyProjectName-TargetPlatform
141141
restore-keys: |
142142
IncrementalBuildCache-MyProjectName-

0 commit comments

Comments
 (0)