mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-23 01:03:57 +08:00
revert change
This commit is contained in:
parent
fe4ee07a8d
commit
8a1d2d718d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Create a workflow `.yml` file in your repositories `.github/workflows` directory
|
||||||
### Inputs
|
### Inputs
|
||||||
|
|
||||||
* `path` - A directory to store and save the cache
|
* `path` - A directory to store and save the cache
|
||||||
* `key` - An explicit key for restoring and saving the cache.
|
* `key` - An explicit key for restoring and saving the cache
|
||||||
* `restore-keys` - An ordered list of keys to use for restoring the cache if no cache hit occurred for key
|
* `restore-keys` - An ordered list of keys to use for restoring the cache if no cache hit occurred for key
|
||||||
|
|
||||||
### Outputs
|
### Outputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue