mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-05-19 14:24:45 +00:00
Improve readmes
This commit is contained in:
parent
627f0f41f6
commit
7f23bee9a0
5 changed files with 65 additions and 56 deletions
|
@ -1,10 +1,10 @@
|
|||
# Caching Strategies
|
||||
|
||||
This document lists some of the strategies (and example workflows if possible) which can be used
|
||||
This document lists some of the strategies (and example workflows if possible) which can be used to ...
|
||||
|
||||
- to use an effective cache key and/or path
|
||||
- to solve some common use cases around saving and restoring caches
|
||||
- to leverage the step inputs and outputs more effectively
|
||||
- use an effective cache key and/or path
|
||||
- solve some common use cases around saving and restoring caches
|
||||
- leverage the step inputs and outputs more effectively
|
||||
|
||||
## Choosing the right key
|
||||
|
||||
|
@ -118,7 +118,7 @@ Home directory (`~/`) = `C:\Users\runneradmin`
|
|||
`process.env['RUNNER_TEMP']` = `D:\a\_temp`
|
||||
`process.cwd()` = `D:\a\repo\repo`
|
||||
|
||||
#### MacOS Paths
|
||||
#### macOS Paths
|
||||
|
||||
Home directory (`~/`) = `/Users/runner`
|
||||
`${{ github.workspace }}` = `/Users/runner/work/repo/repo`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue