mirror of
https://github.com/julia-actions/cache.git
synced 2026-02-12 09:26:53 +08:00
Apply suggestions from code review
Co-authored-by: Curtis Vogt <curtis.vogt@gmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ This action uses [`jq`](https://github.com/jqlang/jq) to parse JSON.
|
|||||||
- `cache-compiled` - Whether to cache the depot's `compiled` directory. Defaults to `true`.
|
- `cache-compiled` - Whether to cache the depot's `compiled` directory. Defaults to `true`.
|
||||||
- `cache-scratchspaces` - Whether to cache the depot's `scratchspaces` directory. Defaults to `true`.
|
- `cache-scratchspaces` - Whether to cache the depot's `scratchspaces` directory. Defaults to `true`.
|
||||||
- `cache-logs` - Whether to cache the depot's `logs` directory. Defaults to `true`. Helps auto-`Pkg.gc()` keep the cache small.
|
- `cache-logs` - Whether to cache the depot's `logs` directory. Defaults to `true`. Helps auto-`Pkg.gc()` keep the cache small.
|
||||||
- `save-always` - Whether to save the cache even when the job fails. Defaults to `true`. This is useful as the julia depot should mostly be reusable from a failing job.
|
- `save-always` - Whether to save the cache even when the job fails. Defaults to `true`. This is useful as the Julia depot should mostly be reusable from a failing job.
|
||||||
- `delete-old-caches` - Whether to delete old caches for the given key. Defaults to `true`.
|
- `delete-old-caches` - Whether to delete old caches for the given key. Defaults to `true`.
|
||||||
- `token` - A [GitHub PAT](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens). Defaults to `github.token`. Requires `repo` scope to enable the deletion of old caches.
|
- `token` - A [GitHub PAT](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens). Defaults to `github.token`. Requires `repo` scope to enable the deletion of old caches.
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ inputs:
|
|||||||
description: Whether to cache the depot's `logs` directory. This helps automatic `Pkg.gc()` keep the cache size down.
|
description: Whether to cache the depot's `logs` directory. This helps automatic `Pkg.gc()` keep the cache size down.
|
||||||
default: 'true'
|
default: 'true'
|
||||||
save-always:
|
save-always:
|
||||||
description: Whether to save the cache even when the job fails. This is useful as the julia depot should mostly be reusable from a failing job.
|
description: Whether to save the cache even when the job fails. This is useful as the Julia depot should mostly be reusable from a failing job.
|
||||||
default: 'true'
|
default: 'true'
|
||||||
delete-old-caches:
|
delete-old-caches:
|
||||||
description: Whether to delete old caches for the given key.
|
description: Whether to delete old caches for the given key.
|
||||||
|
|||||||
Reference in New Issue
Block a user