Skip to content

Commit 9f98a2f

Browse files
authored
Merge branch 'main' into pdotl/readme-update-1
2 parents 471fb0c + a213d1e commit 9f98a2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ Following are some of the known practices/workarounds which community has used t
232232
- [Use cache across feature branches](./workarounds.md#use-cache-across-feature-branches)
233233
- [Improving cache restore performance on Windows/Using cross-os caching](./workarounds.md#improving-cache-restore-performance-on-windows-using-cross-os-caching)
234234

235+
#### Windows environment variables
236+
Please note that Windows environment variables (like `%LocalAppData%`) will NOT be expanded by this action. Instead, prefer using `~` in your paths which will expand to HOME directory. For example, instead of `%LocalAppData%`, use `~\AppData\Local`. For a list of supported default environment variables, see [this](https://docs.github.com/en/actions/learn-github-actions/environment-variables) page.
237+
235238
## Contributing
236239
We would love for you to contribute to `actions/cache`, pull requests are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
237240

0 commit comments

Comments
 (0)