1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-04 13:37:46 +02:00

Update CACHING.md

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
This commit is contained in:
Sankalp Kotewar 2023-01-11 10:12:35 +05:30 committed by GitHub
parent e999d08944
commit dbe593315f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,10 +108,10 @@ Below are GiHub hosted runner specific paths one should take care of when writin
#### Ubuntu Paths #### Ubuntu Paths
```yaml ```yaml
process.env['RUNNER_TEMP']=/home/runner/work/_temp Home directory (`~/`) = `/home/runner`
process.cwd()=/home/runner/work/repo/repo `${{ github.workspace }}` = `/home/runner/work/repo/repo`
Home directory = /home/runner `process.env['RUNNER_TEMP']`=`/home/runner/work/_temp`
${{ github.workspace }} = /home/runner/work/repo/repo `process.cwd()` = `/home/runner/work/repo/repo`
``` ```
#### Windows Paths #### Windows Paths