mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-02 04:57:46 +02:00
Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
This commit is contained in:
parent
e999d08944
commit
dbe593315f
1 changed files with 4 additions and 4 deletions
|
@ -108,10 +108,10 @@ Below are GiHub hosted runner specific paths one should take care of when writin
|
|||
#### Ubuntu Paths
|
||||
|
||||
```yaml
|
||||
process.env['RUNNER_TEMP']=/home/runner/work/_temp
|
||||
process.cwd()=/home/runner/work/repo/repo
|
||||
Home directory = /home/runner
|
||||
${{ github.workspace }} = /home/runner/work/repo/repo
|
||||
Home directory (`~/`) = `/home/runner`
|
||||
`${{ github.workspace }}` = `/home/runner/work/repo/repo`
|
||||
`process.env['RUNNER_TEMP']`=`/home/runner/work/_temp`
|
||||
`process.cwd()` = `/home/runner/work/repo/repo`
|
||||
```
|
||||
|
||||
#### Windows Paths
|
||||
|
|
Loading…
Add table
Reference in a new issue