mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 07:59:32 +01:00
Clarify caching inputs (#77)
This commit is contained in:
parent
300d7d49b9
commit
3e1d1b2a1f
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ The action caches the baseline rustdoc for each package in the workspace. The ke
|
|||
- internal, unchangable component, being a concatenation of the runner OS, `rustc` version, `cargo-semver-checks` version and hash of all `Cargo.lock` files in the current workspace,
|
||||
- constant suffix `"semver-checks-rustdoc"`.
|
||||
|
||||
Runs that differ in at least one of the above components will use separate caches. Inputs `shared-key` and `cache-key` might be therefore used to customize the caching strategy. For example, the two following jobs will share the key even despite using different `manifest-path`:
|
||||
Runs that differ in at least one of the above components will use separate caches. Inputs `prefix-key` and `shared-key` might be therefore used to customize the caching strategy. For example, the two following jobs will share the key even despite using different `manifest-path`:
|
||||
```yaml
|
||||
semver:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue